diff options
author | lloyd <[email protected]> | 2009-11-10 05:26:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-10 05:26:38 +0000 |
commit | 30b4bc3669ae424a498a148d93f063f68674e2bf (patch) | |
tree | 92f84781f66fac50934e435c20e61ff789e5758b | |
parent | 7e318f666c592a98afa3ea15a654ebe6c0bc726e (diff) |
Add Nehalem/Westmere tags for ICC
-rw-r--r-- | src/build-data/cc/icc.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt index 628a59e2d..b5cad542c 100644 --- a/src/build-data/cc/icc.txt +++ b/src/build-data/cc/icc.txt @@ -24,10 +24,14 @@ dll_export_flags "" makefile_style unix <mach_opt> -pentium3 -> "-march=pentium3" -pentium4 -> "-march=pentium4" +pentium3 -> "-march=pentium3" +pentium4 -> "-march=pentium4" pentium-m -> "-march=pentium3" -core2 -> "-march=core2" +core2 -> "-march=core2" + +# ICC 11.1 doesn't have native Nehalem or Westmere support +nehalem -> "-march=core2" +westmere -> "-march=core2" </mach_opt> <so_link_flags> |