aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc/ekopath.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/cc/ekopath.txt')
-rw-r--r--src/build-data/cc/ekopath.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/build-data/cc/ekopath.txt b/src/build-data/cc/ekopath.txt
index ac514261e..c6e8b6550 100644
--- a/src/build-data/cc/ekopath.txt
+++ b/src/build-data/cc/ekopath.txt
@@ -28,10 +28,9 @@ default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)"
athlon -> "-mcpu=athlon"
pentium4 -> "-mcpu=pentium4"
-opteron -> "-mcpu=opteron"
-em64t -> "-mcpu=em64t"
+k8 -> "-mcpu=opteron"
core2 -> "-mcpu=core"
-ia32 -> "-mcpu=anyx86"
-amd64 -> "-mcpu=athlon64"
+x86_32 -> "-mcpu=anyx86"
+x86_64 -> "-mcpu=athlon64"
</mach_opt>