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/pgi.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/pgi.txt')
-rw-r--r-- | src/build-data/cc/pgi.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/build-data/cc/pgi.txt b/src/build-data/cc/pgi.txt index 213a69d27..5ec658628 100644 --- a/src/build-data/cc/pgi.txt +++ b/src/build-data/cc/pgi.txt @@ -9,11 +9,3 @@ shared_flags "-fPIC" linux -> "$(CXX) -shared -fPIC -Wl,-soname,{soname_abi}" solaris -> "$(CXX) -G -fPIC -Wl,-h,{soname_abi}" </so_link_commands> - -<mach_opt> -i586 -> "-tp p5" -i686 -> "-tp p6" -athlon -> "-tp k7" -pentium4 -> "-tp p6" -x86_32 -> "-tp px" -</mach_opt> |