|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
compilers=g447:g453:g464:g473:g481:g490:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341:g490c1:g490c2
|
|
|
|
|
compilers=g447:g453:g464:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341
|
|
|
|
|
# disabled still causes client to die: msp430g453
|
|
|
|
|
defaultCompiler=g490
|
|
|
|
|
defaultCompiler=g447
|
|
|
|
|
###############################
|
|
|
|
|
# GCC for x86
|
|
|
|
|
compiler.g447.exe=/usr/bin/g++-4.4
|
|
|
|
@ -12,25 +12,6 @@ compiler.g453.name=x86-64 gcc 4.5.3
|
|
|
|
|
compiler.g464.exe=/usr/bin/g++-4.6
|
|
|
|
|
compiler.g464.alias=/usr/bin/g++-4.6
|
|
|
|
|
compiler.g464.name=x86-64 gcc 4.6.4
|
|
|
|
|
compiler.g473.exe=/usr/bin/g++-4.7
|
|
|
|
|
compiler.g473.alias=/usr/bin/g++-4.7
|
|
|
|
|
compiler.g473.name=x86-64 gcc 4.7.3
|
|
|
|
|
compiler.g481.exe=/usr/bin/g++-4.8
|
|
|
|
|
compiler.g481.alias=/usr/bin/g++-4.8
|
|
|
|
|
compiler.g481.name=x86-64 gcc 4.8.1
|
|
|
|
|
compiler.g490.exe=/opt/gcc-explorer/gcc-4.9.0/bin/g++
|
|
|
|
|
compiler.g490.alias=/opt/gcc-4.9.0/bin/g++
|
|
|
|
|
compiler.g490.name=x86-64 gcc 4.9.0
|
|
|
|
|
compiler.g490.supportsBinary=false
|
|
|
|
|
# GCC (concepts branch) for x86
|
|
|
|
|
compiler.g490c1.exe=/opt/gcc-explorer/gcc-4.9.0-with-concepts/bin/g++
|
|
|
|
|
compiler.g490c1.alias=/opt/gcc-4.9.0-with-concepts/bin/g++
|
|
|
|
|
compiler.g490c1.name=x86-64 gcc 4.9.0 (w/concepts)
|
|
|
|
|
compiler.g490c1.supportsBinary=false
|
|
|
|
|
compiler.g490c2.exe=/opt/gcc-explorer/gcc-4.9.0-0909-concepts/bin/g++
|
|
|
|
|
compiler.g490c2.alias=/opt/gcc-4.9.0-0909-concepts/bin/g++
|
|
|
|
|
compiler.g490c2.name=x86-64 gcc 4.9.0 (w/concepts)
|
|
|
|
|
compiler.g490c2.supportsBinary=false
|
|
|
|
|
# Intel for x86
|
|
|
|
|
compiler.icc1301.exe=/opt/gcc-explorer/intel/bin/icc
|
|
|
|
|
compiler.icc1301.alias=/opt/intel/bin/icc
|
|
|
|
|