aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-21 16:41:48 +0000
committerlloyd <[email protected]>2010-01-21 16:41:48 +0000
commit9c92ceb2b3bcc9537b4fe572f771d7bbaf8a478a (patch)
treeb7c4e9c0747b3b8c5b661b4c864fd1f6016f0137 /src/build-data
parentf263a8f1c43b065404eb1f965280a1fc860171bc (diff)
Set C++0x for ICC. Use GCC-4.5 binary
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/cc/gcc.txt2
-rw-r--r--src/build-data/cc/icc.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index 036153e47..1b9f51620 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -1,6 +1,6 @@
macro_name GCC
-binary_name g++-4.5-r155312
+binary_name g++-4.5
compile_option "-c "
output_to_option "-o "
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt
index c3a5130bb..1aab4d111 100644
--- a/src/build-data/cc/icc.txt
+++ b/src/build-data/cc/icc.txt
@@ -12,7 +12,7 @@ lib_opt_flags "-O2 -ip -unroll"
check_opt_flags "-O2"
debug_flags -g
no_debug_flags "-fomit-frame-pointer"
-lang_flags ""
+lang_flags "-std=c++0x"
warning_flags "-w1"
shared_flags "-fPIC"