diff options
author | lloyd <[email protected]> | 2008-10-22 18:45:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-22 18:45:46 +0000 |
commit | 584b91f0199267caff2f568dfaafc3c001eef81b (patch) | |
tree | a3298e7467b8f2e7d0b136f86e120a6ce3f0fda5 | |
parent | ae84bfb0abbf2e184bfcfa61bc96650b6fd4a041 (diff) |
Update ICC flags for 10.1
-rw-r--r-- | src/build-data/cc/icc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build-data/cc/icc b/src/build-data/cc/icc index e1807c5a6..b8daf5e4d 100644 --- a/src/build-data/cc/icc +++ b/src/build-data/cc/icc @@ -22,10 +22,10 @@ dll_export_flags "" makefile_style unix <mach_opt> -i686 -> "-march=pentium3" -athlon -> "-march=pentium3" +pentium3 -> "-march=pentium3" pentium4 -> "-march=pentium4" -core2 -> "-msse3" +pentium-m -> "-march=pentium3" +core2 -> "-march=core2" </mach_opt> <so_link_flags> |