summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2017-04-16 05:40:32 +0200
committerTorbjorn Granlund <tg@gmplib.org>2017-04-16 05:40:32 +0200
commit9178fc9b33b60ef57e54492d5557eb3c59f4cc56 (patch)
tree893ff0d31d701cd59d5f21bc8ca9aa7fc24b9860 /configure.ac
parentf1bdbfba14f7f179a34b0a6cabf79cd22a2ddf7f (diff)
downloadgmp-9178fc9b33b60ef57e54492d5557eb3c59f4cc56.tar.gz
Remove k8, k10 from zen path.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bcf738ed0..56c44f182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1832,7 +1832,7 @@ case $host in
gcc_cflags_cpu="-mtune=znver1 -mtune=amdfam10 -mtune=k8"
gcc_cflags_arch="-march=znver1 -march=amdfam10 -march=k8"
path="x86/k7/mmx x86/k7 x86/mmx x86"
- path_64="x86_64/zen x86_64/k10 x86_64/k8 x86_64"
+ path_64="x86_64/zen x86_64"
;;
core2)
gcc_cflags_cpu="-mtune=core2 -mtune=k8"