aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Poulhiès <dkm@kataplop.net>2023-09-27 20:55:42 +0200
committerMarc Poulhiès <dkm@kataplop.net>2023-09-27 20:55:42 +0200
commit856a2903c4c8b4abf1269ad98e7fefd42337fca6 (patch)
treebdf7ce53faa7a58d8aa833f50bc8f9a1eb3d1960
parent1efe5a3eafeab5f3fe54fea15c52f451f21d7d47 (diff)
downloadcompiler-explorer-gh-8868.tar.gz
compiler-explorer-gh-8868.zip
fix(config): Add gcc 7.5 to C configgh-8868
The compiler was installed but missing its config in site's config. fix #5523 Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
-rw-r--r--etc/config/c.amazon.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/config/c.amazon.properties b/etc/config/c.amazon.properties
index 4dc6d1e90..15317320f 100644
--- a/etc/config/c.amazon.properties
+++ b/etc/config/c.amazon.properties
@@ -14,7 +14,7 @@ llvmDisassembler=/opt/compiler-explorer/clang-14.0.0/bin/llvm-dis
###############################
# GCC for x86
-group.cgcc86.compilers=cg412:cg447:cg453:cg464:cg471:cg472:cg473:cg474:cg481:cg482:cg483:cg484:cg485:cg490:cg491:cg492:cg493:cg494:cg510:cg520:cg530:cg540:cg6:cg62:cg63:cg71:cg72:cg73:cg74:cg81:cg82:cg83:cg84:cg85:cg91:cg92:cg93:cg94:cg95:cg101:cg102:cg103:cg104:cg105:cg111:cg112:cg113:cg114:cg121:cg122:cg123:cg131:cg132:cgsnapshot:cgstatic-analysis
+group.cgcc86.compilers=cg412:cg447:cg453:cg464:cg471:cg472:cg473:cg474:cg481:cg482:cg483:cg484:cg485:cg490:cg491:cg492:cg493:cg494:cg510:cg520:cg530:cg540:cg6:cg62:cg63:cg71:cg72:cg73:cg74:cg75:cg81:cg82:cg83:cg84:cg85:cg91:cg92:cg93:cg94:cg95:cg101:cg102:cg103:cg104:cg105:cg111:cg112:cg113:cg114:cg121:cg122:cg123:cg131:cg132:cgsnapshot:cgstatic-analysis
group.cgcc86.groupName=GCC x86-64
group.cgcc86.instructionSet=amd64
group.cgcc86.isSemVer=true
@@ -85,6 +85,8 @@ compiler.cg73.exe=/opt/compiler-explorer/gcc-7.3.0/bin/gcc
compiler.cg73.semver=7.3
compiler.cg74.exe=/opt/compiler-explorer/gcc-7.4.0/bin/gcc
compiler.cg74.semver=7.4
+compiler.cg75.exe=/opt/compiler-explorer/gcc-7.5.0/bin/gcc
+compiler.cg75.semver=7.5
compiler.cg81.exe=/opt/compiler-explorer/gcc-8.1.0/bin/gcc
compiler.cg81.semver=8.1
compiler.cg82.exe=/opt/compiler-explorer/gcc-8.2.0/bin/gcc