aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-13 23:38:01 +0000
committerlloyd <[email protected]>2009-11-13 23:38:01 +0000
commit5ef971f34aced376e385a7ac301e0db96fbef0d4 (patch)
tree47de0f25583d48e810c28b0d6503bdd4f273253f /src/build-data/cc
parent75ce98125baa42cb8f5a64c1329f946061a28c9b (diff)
Remove TR1 hooks - can be assumed to exist under a C++0x compiler
Diffstat (limited to 'src/build-data/cc')
-rw-r--r--src/build-data/cc/gcc.txt2
-rw-r--r--src/build-data/cc/icc.txt2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt
index 82c1a983d..d1b76edec 100644
--- a/src/build-data/cc/gcc.txt
+++ b/src/build-data/cc/gcc.txt
@@ -2,8 +2,6 @@ macro_name "GCC"
binary_name "g++-4.5-20091112"
-compiler_has_tr1 yes
-
compile_option "-c "
output_to_option "-o "
add_include_dir_option "-I"
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt
index b5cad542c..7187cae56 100644
--- a/src/build-data/cc/icc.txt
+++ b/src/build-data/cc/icc.txt
@@ -2,8 +2,6 @@ macro_name "INTEL"
binary_name "icpc"
-compiler_has_tr1 yes
-
compile_option "-c "
output_to_option "-o "
add_include_dir_option "-I"