diff options
author | lloyd <[email protected]> | 2007-10-21 00:12:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-10-21 00:12:39 +0000 |
commit | b755090709d12653dcabbe3629ed407016f30716 (patch) | |
tree | 96bfd59ca11874060fbc5e82f0c8bedaf27ded7a /misc | |
parent | a8b9c15075f877f6c6b0e4d79761bb15bdff8bd9 (diff) |
Use new options for ICC 10.0
Diffstat (limited to 'misc')
-rw-r--r-- | misc/config/cc/icc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/config/cc/icc b/misc/config/cc/icc index 777e013b7..47c017130 100644 --- a/misc/config/cc/icc +++ b/misc/config/cc/icc @@ -11,7 +11,7 @@ add_lib_option "-l" lib_opt_flags "-O3 -ip -unroll" check_opt_flags "-O2" debug_flags "-g" -no_debug_flags "" +no_debug_flags "-fomit-frame-pointer" lang_flags "" warning_flags "-w1" so_obj_flags "-fPIC" @@ -19,14 +19,14 @@ so_obj_flags "-fPIC" makefile_style unix <mach_opt> -i586 -> "-tpp5" -i686 -> "-tpp6 -xiM" -athlon -> "-tpp6 -xiM" -pentium4 -> "-tpp7 -xiMW" +i686 -> "-march=pentium3" +athlon -> "-march=pentium3" +pentium4 -> "-march=pentium4" +"core2duo" -> "-march=sse3" </mach_opt> <so_link_flags> -default -> "$(CXX) -KPIC -shared" +default -> "$(CXX) -fPIC -shared" </so_link_flags> <arch> |