summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-04-28 21:11:30 +0200
committerTorbjorn Granlund <tege@gmplib.org>2011-04-28 21:11:30 +0200
commit93d2b2b1d6af374f0653d5a2bba1ca45d5677a4c (patch)
tree3ea0b1573f77bc163b6a5e8920888dd82a46def9 /configure.in
parenta65016a676a66a2983f3beb70dc73a7ec11a5337 (diff)
downloadgmp-93d2b2b1d6af374f0653d5a2bba1ca45d5677a4c.tar.gz
(x86_64): Support bobcat specifically.
(x86): Match bobcat and bulldozer, handle like k10.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 75f64cdf2..31b7e1507 100644
--- a/configure.in
+++ b/configure.in
@@ -1495,7 +1495,7 @@ case $host in
geode) path="x86/geode x86/k6/k62mmx x86/k6/mmx x86/k6 x86" ;;
# we don't have any specific 32-bit code for athlon64/opteron, the
# athlon code should be reasonable
- athlon | athlon64 | k8 | k10)
+ athlon | athlon64 | k8 | k10 | bobcat | bulldozer)
path="x86/k7/mmx x86/k7 x86" ;;
i786 | pentium4) path="x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86" ;;
# VIA/Centaur processors, sold as CyrixIII and C3.
@@ -1520,10 +1520,12 @@ case $host in
case $host_cpu in
x86_64)
;;
- k10 | bobcat | bulldozer)
+ k10 | bulldozer)
path_64="x86_64/k10 x86_64/k8 $path_64" ;;
athlon64 | k8)
path_64="x86_64/k8 $path_64" ;;
+ bobcat)
+ path_64="x86_64/bobcat x86_64/k10 x86_64/k8 $path_64" ;;
pentium4)
path_64="x86_64/pentium4 $path_64" ;;
core2)