mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 11:44:09 -05:00
@@ -22,7 +22,7 @@ compiler.nasm21402.semver=2.14.02
|
||||
compiler.nasm21402.exe=/opt/compiler-explorer/nasm-2.14.02/nasm
|
||||
|
||||
|
||||
group.gnuas.compilers=gnuas510:gnuas520:gnuas530:gnuas540:gnuas6:gnuas62:gnuas63:gnuas71:gnuas72:gnuas73:gnuas81:gnuas82:gnuas83:gnuas91:gnuas92:gnuas93:gnuas101:gnuas102:gnuas103:gnuas111:gnuassnapshot
|
||||
group.gnuas.compilers=gnuas510:gnuas520:gnuas530:gnuas540:gnuas6:gnuas62:gnuas63:gnuas71:gnuas72:gnuas73:gnuas81:gnuas82:gnuas83:gnuas84:gnuas85:gnuas91:gnuas92:gnuas93:gnuas101:gnuas102:gnuas103:gnuas111:gnuassnapshot
|
||||
group.gnuas.versionFlag=--version
|
||||
group.gnuas.options=-g
|
||||
group.gnuas.isSemVer=true
|
||||
@@ -53,6 +53,10 @@ compiler.gnuas82.exe=/opt/compiler-explorer/gcc-8.2.0/bin/as
|
||||
compiler.gnuas82.semver=8.2
|
||||
compiler.gnuas83.exe=/opt/compiler-explorer/gcc-8.3.0/bin/as
|
||||
compiler.gnuas83.semver=8.3
|
||||
compiler.gnuas84.exe=/opt/compiler-explorer/gcc-8.4.0/bin/as
|
||||
compiler.gnuas84.semver=8.4
|
||||
compiler.gnuas85.exe=/opt/compiler-explorer/gcc-8.5.0/bin/as
|
||||
compiler.gnuas85.semver=8.5
|
||||
compiler.gnuas91.exe=/opt/compiler-explorer/gcc-9.1.0/bin/as
|
||||
compiler.gnuas91.semver=9.1
|
||||
compiler.gnuas92.exe=/opt/compiler-explorer/gcc-9.2.0/bin/as
|
||||
|
||||
@@ -9,7 +9,7 @@ buildenvsetup.host=https://conan.compiler-explorer.com
|
||||
|
||||
###############################
|
||||
# GCC for x86
|
||||
group.gcc86.compilers=g412:g447:g453:g464:g471:g472:g473:g474:g481:g482:g483:g484:g485:g490:g491:g492:g493:g494:g510:g520:g530:g540:g550:g6:g62:g63:g64:g71:g72:g73:g74:g75:g81:g82:g83:g91:g92:g93:g101:g102:g103:g111:gsnapshot:gcontracts-trunk:gcontract-labels-trunk:gcxx-modules-trunk:gcxx-coroutines-trunk:gcc-embed-trunk:gcc-static-analysis-trunk
|
||||
group.gcc86.compilers=g412:g447:g453:g464:g471:g472:g473:g474:g481:g482:g483:g484:g485:g490:g491:g492:g493:g494:g510:g520:g530:g540:g550:g6:g62:g63:g64:g71:g72:g73:g74:g75:g81:g82:g83:g84:g85:g91:g92:g93:g101:g102:g103:g111:gsnapshot:gcontracts-trunk:gcontract-labels-trunk:gcxx-modules-trunk:gcxx-coroutines-trunk:gcc-embed-trunk:gcc-static-analysis-trunk
|
||||
group.gcc86.groupName=GCC x86-64
|
||||
group.gcc86.instructionSet=amd64
|
||||
group.gcc86.baseName=x86-64 gcc
|
||||
@@ -98,6 +98,10 @@ compiler.g82.exe=/opt/compiler-explorer/gcc-8.2.0/bin/g++
|
||||
compiler.g82.semver=8.2
|
||||
compiler.g83.exe=/opt/compiler-explorer/gcc-8.3.0/bin/g++
|
||||
compiler.g83.semver=8.3
|
||||
compiler.g84.exe=/opt/compiler-explorer/gcc-8.4.0/bin/g++
|
||||
compiler.g84.semver=8.4
|
||||
compiler.g85.exe=/opt/compiler-explorer/gcc-8.5.0/bin/g++
|
||||
compiler.g85.semver=8.5
|
||||
compiler.g91.exe=/opt/compiler-explorer/gcc-9.1.0/bin/g++
|
||||
compiler.g91.semver=9.1
|
||||
compiler.g92.exe=/opt/compiler-explorer/gcc-9.2.0/bin/g++
|
||||
|
||||
@@ -6,7 +6,7 @@ needsMulti=false
|
||||
|
||||
###############################
|
||||
# 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:cg81:cg82:cg83:cg91:cg92:cg93:cg101:cg102:cg103:cg111: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:cg81:cg82:cg83:cg84:cg85:cg91:cg92:cg93:cg101:cg102:cg103:cg111:cgsnapshot:cgstatic-analysis
|
||||
group.cgcc86.groupName=GCC x86-64
|
||||
group.cgcc86.instructionSet=amd64
|
||||
group.cgcc86.isSemVer=true
|
||||
@@ -77,6 +77,10 @@ compiler.cg82.exe=/opt/compiler-explorer/gcc-8.2.0/bin/gcc
|
||||
compiler.cg82.semver=8.2
|
||||
compiler.cg83.exe=/opt/compiler-explorer/gcc-8.3.0/bin/gcc
|
||||
compiler.cg83.semver=8.3
|
||||
compiler.cg84.exe=/opt/compiler-explorer/gcc-8.4.0/bin/gcc
|
||||
compiler.cg84.semver=8.4
|
||||
compiler.cg85.exe=/opt/compiler-explorer/gcc-8.5.0/bin/gcc
|
||||
compiler.cg85.semver=8.5
|
||||
compiler.cg91.exe=/opt/compiler-explorer/gcc-9.1.0/bin/gcc
|
||||
compiler.cg91.semver=9.1
|
||||
compiler.cg92.exe=/opt/compiler-explorer/gcc-9.2.0/bin/gcc
|
||||
|
||||
@@ -6,7 +6,7 @@ compilerType=fortran
|
||||
|
||||
###############################
|
||||
# GCC (as in GNU Compiler Collection) for x86
|
||||
group.gfortran_86.compilers=gfortran494:gfortran550:gfortran63:gfortran71:gfortran72:gfortran73:gfortran81:gfortran82:gfortran83:gfortran91:gfortran92:gfortran93:gfortran101:gfortran102:gfortran103:gfortran111:gfortransnapshot
|
||||
group.gfortran_86.compilers=gfortran494:gfortran550:gfortran63:gfortran71:gfortran72:gfortran73:gfortran81:gfortran82:gfortran83:gfortran84:gfortran85:gfortran91:gfortran92:gfortran93:gfortran101:gfortran102:gfortran103:gfortran111:gfortransnapshot
|
||||
group.gfortran_86.groupName=GFORTRAN x86-64
|
||||
group.gfortran_86.isSemVer=true
|
||||
group.gfortran_86.baseName=x86-64 gfortran
|
||||
@@ -28,6 +28,10 @@ compiler.gfortran82.exe=/opt/compiler-explorer/gcc-8.2.0/bin/gfortran
|
||||
compiler.gfortran82.semver=8.2
|
||||
compiler.gfortran83.exe=/opt/compiler-explorer/gcc-8.3.0/bin/gfortran
|
||||
compiler.gfortran83.semver=8.3
|
||||
compiler.gfortran84.exe=/opt/compiler-explorer/gcc-8.4.0/bin/gfortran
|
||||
compiler.gfortran84.semver=8.4
|
||||
compiler.gfortran85.exe=/opt/compiler-explorer/gcc-8.5.0/bin/gfortran
|
||||
compiler.gfortran85.semver=8.5
|
||||
compiler.gfortran91.exe=/opt/compiler-explorer/gcc-9.1.0/bin/gfortran
|
||||
compiler.gfortran91.semver=9.1
|
||||
compiler.gfortran92.exe=/opt/compiler-explorer/gcc-9.2.0/bin/gfortran
|
||||
|
||||
Reference in New Issue
Block a user