
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,4 @@
|
||||
region=us-east-1 |
||||
tagKey=Name |
||||
tagValue=Sven |
||||
externalTestMode=true |
@ -0,0 +1,24 @@
|
||||
# Matt's home development computer |
||||
defaultCompiler=g52 |
||||
compilers=g44:g45:g46:clang35:g51:g52:gdef |
||||
#compilers=localhost@20480 |
||||
compiler.g44.exe=/usr/bin/g++-4.4 |
||||
compiler.g44.name=g++ 4.4 |
||||
compiler.g44.alias=/usr/bin/g++-4.4 |
||||
compiler.g45.exe=/usr/bin/g++-4.5 |
||||
compiler.g45.name=g++ 4.5 |
||||
compiler.g45.alias=/usr/bin/g++-4.5 |
||||
compiler.g46.exe=/usr/bin/g++-4.6 |
||||
compiler.g46.name=g++ 4.6 |
||||
compiler.g46.alias=/usr/bin/g++-4.6 |
||||
compiler.clang35.exe=/usr/bin/clang++-3.5 |
||||
compiler.clang35.name=Clang 3.5 |
||||
compiler.clang35.intelAsm=-mllvm --x86-asm-syntax=intel |
||||
compiler.clang35.supportsBinary=false |
||||
compiler.g51.exe=/home/mgodbolt/.fighome/runtime/gcc/5.1.0-1/bin/g++ |
||||
compiler.g51.name=g++ 5.1 |
||||
compiler.g52.exe=/home/mgodbolt/.fighome/runtime/gcc/5.2.0-1/bin/g++ |
||||
compiler.g52.name=g++ 5.2 |
||||
compiler.gdef.exe=/usr/bin/g++ |
||||
compiler.gdef.name=Default G++ |
||||
#compiler-wrapper=./c-preload/compiler-wrapper |
Loading…
Reference in new issue