diff options
author | lloyd <[email protected]> | 2009-11-13 23:38:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-13 23:38:01 +0000 |
commit | 5ef971f34aced376e385a7ac301e0db96fbef0d4 (patch) | |
tree | 47de0f25583d48e810c28b0d6503bdd4f273253f /src/build-data/cc/icc.txt | |
parent | 75ce98125baa42cb8f5a64c1329f946061a28c9b (diff) |
Remove TR1 hooks - can be assumed to exist under a C++0x compiler
Diffstat (limited to 'src/build-data/cc/icc.txt')
-rw-r--r-- | src/build-data/cc/icc.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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" |