summaryrefslogtreecommitdiff
path: root/gcc10/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc10/README.md')
-rw-r--r--gcc10/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc10/README.md b/gcc10/README.md
new file mode 100644
index 0000000..0c9bd5c
--- /dev/null
+++ b/gcc10/README.md
@@ -0,0 +1,18 @@
+# README for gcc10
+
+## gcc10 upstream
+
+## Reason for being in stackrpms
+FreeFileSync 10.25 contains code for -std=c++20 that cannot be easily converted for -std=c++17, so gcc10 is required for FreeFileSync 10.25. Therefore, I need gcc 10 on CentOS 7, CentOS 8, and Fedora 31.
+
+## References
+https://jdhao.github.io/2017/09/04/install-gcc-newer-version-on-centos/
+gcc49 from this stackrpms collection.
+
+## Reverse dependency matrix
+Distro | gcc version
+-------------- | -----------
+CentOS 7 | 4.9
+
+## Differences from upstream
+Unknown
bgstack15