|
|
|
compilers=g447:g453:g464:armg453:clang30:avrg453:armg463:icc1301:clang32:clang33:clang341
|
|
|
|
# disabled still causes client to die: msp430g453
|
|
|
|
defaultCompiler=g447
|
|
|
|
###############################
|
|
|
|
# GCC for x86
|
|
|
|
compiler.g447.exe=/usr/bin/g++-4.4
|
|
|
|
compiler.g447.alias=/usr/bin/g++-4.4
|
|
|
|
compiler.g447.name=x86-64 gcc 4.4.7
|
|
|
|
compiler.g453.exe=/usr/bin/g++-4.5
|
|
|
|
compiler.g453.alias=/usr/bin/g++-4.5
|
|
|
|
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
|
|
|
|
# Intel for x86
|
|
|
|
compiler.icc1301.exe=/opt/gcc-explorer/intel/bin/icc
|
|
|
|
compiler.icc1301.alias=/opt/intel/bin/icc
|
|
|
|
compiler.icc1301.name=x86-64 icc 13.0.1
|
|
|
|
compiler.icc1301.intelAsm=-masm=intel
|
|
|
|
compiler.icc1301.needsMulti=false
|
|
|
|
# intel binary disabled for now TODO why does it segfault? preload?
|
|
|
|
compiler.icc1301.supportsBinary=false
|
|
|
|
# Clang for x86
|
|
|
|
compiler.clang30.exe=/usr/bin/clang++
|
|
|
|
compiler.clang30.alias=/usr/bin/clang++
|
|
|
|
compiler.clang30.name=x86-64 clang 3.0
|
|
|
|
compiler.clang30.intelAsm=-mllvm --x86-asm-syntax=intel
|
|
|
|
compiler.clang32.exe=/opt/gcc-explorer/clang-3.2/bin/clang++
|
|
|
|
compiler.clang32.alias=/opt/clang-3.2/bin/clang++
|
|
|
|
compiler.clang32.name=x86-64 clang 3.2
|
|
|
|
compiler.clang32.intelAsm=-mllvm --x86-asm-syntax=intel
|
|
|
|
compiler.clang33.exe=/opt/gcc-explorer/clang-3.3/bin/clang++
|
|
|
|
compiler.clang33.alias=/opt/clang-3.3/bin/clang++
|
|
|
|
compiler.clang33.name=x86-64 clang 3.3
|
|
|
|
compiler.clang33.intelAsm=-mllvm --x86-asm-syntax=intel
|
|
|
|
compiler.clang341.exe=/opt/gcc-explorer/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
|
|
|
compiler.clang341.alias=/opt/clang+llvm-3.4.1-x86_64-unknown-ubuntu12.04/bin/clang++
|
|
|
|
compiler.clang341.name=x86-64 clang 3.4.1
|
|
|
|
compiler.clang341.intelAsm=-mllvm --x86-asm-syntax=intel
|
|
|
|
|
|
|
|
###############################
|
|
|
|
# GCC for ARM
|
|
|
|
compiler.armg453.exe=/usr/bin/arm-linux-gnueabi-g++-4.5
|
|
|
|
compiler.armg453.alias=/usr/bin/arm-linux-gnueabi-g++-4.5
|
|
|
|
compiler.armg453.name=ARM gcc 4.5.3
|
|
|
|
compiler.armg453.supportsBinary=false
|
|
|
|
compiler.armg453.needsMulti=false
|
|
|
|
compiler.armg463.exe=/usr/bin/arm-linux-gnueabi-g++-4.6
|
|
|
|
compiler.armg463.alias=/usr/bin/arm-linux-gnueabi-g++-4.6
|
|
|
|
compiler.armg463.name=ARM gcc 4.6.3
|
|
|
|
compiler.armg463.supportsBinary=false
|
|
|
|
compiler.armg463.needsMulti=false
|
|
|
|
|
|
|
|
################################
|
|
|
|
# MSP and AVR
|
|
|
|
compiler.avrg453.exe=/usr/bin/avr-g++
|
|
|
|
compiler.avrg453.alias=/usr/bin/avr-g++
|
|
|
|
compiler.avrg453.name=AVR gcc 4.5.3
|
|
|
|
compiler.avrg453.supportsBinary=false
|
|
|
|
compiler.avrg453.needsMulti=false
|
|
|
|
compiler.msp430g453.exe=/usr/bin/msp430-g++
|
|
|
|
compiler.msp430g453.alias=/usr/bin/msp430-g++
|
|
|
|
compiler.msp430g453.name=MSP430 gcc 4.5.3
|
|
|
|
compiler.msp430g453.supportsBinary=false
|
|
|
|
compiler.msp430g453.needsMulti=false
|