diff options
-rw-r--r-- | etc/config/gimple.amazon.properties | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/config/gimple.amazon.properties b/etc/config/gimple.amazon.properties index 7569a5ad7..d61e6df98 100644 --- a/etc/config/gimple.amazon.properties +++ b/etc/config/gimple.amazon.properties @@ -3,7 +3,7 @@ defaultCompiler=gimpleg132 demangler=/opt/compiler-explorer/gcc-13.1.0/bin/c++filt objdumper=/opt/compiler-explorer/gcc-13.1.0/bin/objdump needsMulti=false - +compilerType=gimple buildenvsetup=ceconan buildenvsetup.host=https://conan.compiler-explorer.com @@ -21,7 +21,6 @@ group.gimplegcc86.licenseLink=https://gcc.gnu.org/onlinedocs/gcc/Copying.html group.gimplegcc86.licenseName=GNU General Public License group.gimplegcc86.licensePreamble=Copyright (c) 2007 Free Software Foundation, Inc. <a href="https://fsf.org/" target="_blank">https://fsf.org/</a> group.gimplegcc86.compilerCategories=gcc -group.gimplegcc86.compilerType=gimple compiler.gimpleg91.exe=/opt/compiler-explorer/gcc-9.1.0/bin/gcc compiler.gimpleg91.semver=9.1 @@ -821,7 +820,6 @@ group.gimplegccarm.supportsExecute=false # Some of the compilers don't like -isystem (as they assume the code must be C). # See https://github.com/compiler-explorer/compiler-explorer/issues/989 for discussion/ group.gimplegccarm.includeFlag=-I -group.gimplegccarm.compilerType=gimple # 32 bit group.gimplegcc32arm.groupName=Arm 32-bit GCC @@ -830,7 +828,6 @@ group.gimplegcc32arm.compilers=gimplearm921:gimplearm930:gimplearm1020:gimplearm group.gimplegcc32arm.isSemVer=true group.gimplegcc32arm.objdumper=/opt/compiler-explorer/arm/gcc-10.2.0/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf-objdump group.gimplegcc32arm.instructionSet=arm32 -group.gimplegcc32arm.compilerType=gimple compiler.gimplearmg1050.exe=/opt/compiler-explorer/arm/gcc-10.5.0/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf-gcc compiler.gimplearmg1050.semver=10.5.0 @@ -911,7 +908,6 @@ group.gimplegcc64arm.compilers=gimplearm64g930:gimplearm64g940:gimplearm64g950:g group.gimplegcc64arm.isSemVer=true group.gimplegcc64arm.objdumper=/opt/compiler-explorer/arm64/gcc-10.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/bin/objdump group.gimplegcc64arm.instructionSet=aarch64 -group.gimplegcc64arm.compilerType=gimple compiler.gimplearm64g930.exe=/opt/compiler-explorer/arm64/gcc-9.3.0/aarch64-unknown-linux-gnu/bin/aarch64-unknown-linux-gnu-gcc compiler.gimplearm64g930.semver=9.3.0 @@ -977,7 +973,6 @@ group.gimplegcc64marm.compilers=gimplearm64gm101a1:gimplearm64gm101a2 group.gimplegcc64marm.isSemVer=true group.gimplegcc64marm.objdumper=/opt/compiler-explorer/arm64morello/gcc-aarch64-none-elf-10.1.morello-alp2-x86_64/aarch64-none-elf/bin/objdump group.gimplegcc64marm.instructionSet=aarch64 -group.gimplegcc64marm.compilerType=gimple compiler.gimplearm64gm101a1.exe=/opt/compiler-explorer/arm64morello/gcc-aarch64-none-elf-10.1.morello-alp1-x86_64/bin/aarch64-none-elf-gcc compiler.gimplearm64gm101a1.semver=10.1.0 Alpha 1 @@ -992,13 +987,11 @@ group.gimplervgcc.isSemVer=true group.gimplervgcc.supportsExecute=false group.gimplervgcc.supportsBinary=true group.gimplervgcc.supportsBinaryObject=true -group.gimplervgcc.compilerType=gimple ## GCC for RISC-V 64-bits group.rv64-gimplegccs.compilers=rv64-gimplegcctrunk:rv64-gimplegcc1230:rv64-gimplegcc1210:rv64-gimplegcc1140:rv64-gimplegcc1130:rv64-gimplegcc1220:rv64-gimplegcc1120:rv64-gimplegcc1030:rv64-gimplegcc1020:rv64-gimplegcc940:rv64-gimplegcc1310:rv64-gimplegcc1320 group.rv64-gimplegccs.groupName=RISC-V (64-bits) gcc group.rv64-gimplegccs.baseName=RISC-V (64-bits) gcc -group.rv64-gimplegccs.compilerType=gimple compiler.rv64-gimplegcc940.exe=/opt/compiler-explorer/riscv64/gcc-9.4.0/riscv64-unknown-linux-gnu/bin/riscv64-unknown-linux-gnu-gcc compiler.rv64-gimplegcc940.semver=9.4.0 @@ -1059,7 +1052,6 @@ compiler.rv64-gimplegcctrunk.isNightly=true group.rv32-gimplegccs.compilers=rv32-gimplegcctrunk:rv32-gimplegcc1220:rv32-gimplegcc1210:rv32-gimplegcc1140:rv32-gimplegcc1130:rv32-gimplegcc1120:rv32-gimplegcc1030:rv32-gimplegcc1020:rv32-gimplegcc940:rv32-gimplegcc1310:rv32-gimplegcc1230:rv32-gimplegcc1320 group.rv32-gimplegccs.groupName=RISC-V (32-bits) gcc group.rv32-gimplegccs.baseName=RISC-V (32-bits) gcc -group.rv32-gimplegccs.compilerType=gimple compiler.rv32-gimplegcc940.exe=/opt/compiler-explorer/riscv32/gcc-9.4.0/riscv32-unknown-elf/bin/riscv32-unknown-elf-gcc compiler.rv32-gimplegcc940.semver=9.4.0 |