diff options
author | Jack Lloyd <[email protected]> | 2018-01-07 11:56:58 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-01-08 16:31:58 -0500 |
commit | 513d19781a558fbd1ff03c7152f61b5e7f294297 (patch) | |
tree | 7e1980980e7fa1eb5a384714c7edb9dbe09ce129 /src/build-data/cc/icc.txt | |
parent | da70e06c13c57245d4e79122e2ccefe08ccfa20d (diff) |
Remove CPU specific optimization flags
These are best left to the user to set via CXXFLAGS or --cc-abi-flags
Add override if arch ends in in {eb, el, be, le} to set the endian.
Avoids an extra file for ppc64le.
Diffstat (limited to 'src/build-data/cc/icc.txt')
-rw-r--r-- | src/build-data/cc/icc.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/build-data/cc/icc.txt b/src/build-data/cc/icc.txt index 10f9a6116..c8a1aa3dc 100644 --- a/src/build-data/cc/icc.txt +++ b/src/build-data/cc/icc.txt @@ -19,17 +19,6 @@ aesni -> "-march=corei7" rdrand -> "-march=core-avx-i" </isa_flags> -<mach_opt> -pentium3 -> "-march=pentium3" -pentium4 -> "-march=pentium4" -pentium-m -> "-march=pentium-m" -core2 -> "-march=core2" - -nehalem -> "-march=corei7" -sandybridge -> "-march=corei7-avx" -ivybridge -> "-march=core-avx-i" -</mach_opt> - <so_link_commands> default -> "$(CXX) -fPIC -shared -Wl,-soname,{soname_abi}" </so_link_commands> |