aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/ekopath.txt
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-01-07 11:56:58 -0500
committerJack Lloyd <[email protected]>2018-01-08 16:31:58 -0500
commit513d19781a558fbd1ff03c7152f61b5e7f294297 (patch)
tree7e1980980e7fa1eb5a384714c7edb9dbe09ce129 /src/build-data/cc/ekopath.txt
parentda70e06c13c57245d4e79122e2ccefe08ccfa20d (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/ekopath.txt')
-rw-r--r--src/build-data/cc/ekopath.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/build-data/cc/ekopath.txt b/src/build-data/cc/ekopath.txt
index dedbaaf61..490396ac4 100644
--- a/src/build-data/cc/ekopath.txt
+++ b/src/build-data/cc/ekopath.txt
@@ -15,14 +15,3 @@ shared_flags "-fPIC"
<so_link_commands>
default -> "$(CXX) -shared -fPIC -Wl,-soname,{soname_abi}"
</so_link_commands>
-
-<mach_opt>
-athlon -> "-mcpu=athlon"
-pentium4 -> "-mcpu=pentium4"
-
-k8 -> "-mcpu=opteron"
-core2 -> "-mcpu=core"
-
-x86_32 -> "-mcpu=anyx86"
-x86_64 -> "-mcpu=athlon64"
-</mach_opt>