summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-03-20 14:00:21 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-03-20 14:00:21 +0100
commita3f7a7b4a81b1713f91ce63e62eaecd766807350 (patch)
treebcaa81efd04c8ee38712447dfa1440f39a3ab457 /configure.in
parent100a1a1b9f128c12ef8856b0d34f53b9a857b9b1 (diff)
downloadgmp-a3f7a7b4a81b1713f91ce63e62eaecd766807350.tar.gz
Overhaul of x86-32 fat builds.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 7a942f3f2..06b86c2a2 100644
--- a/configure.in
+++ b/configure.in
@@ -1928,16 +1928,22 @@ case $host in
fat_path="x86 x86/fat x86/i486
x86/k6 x86/k6/mmx x86/k6/k62mmx
x86/k7 x86/k7/mmx
+ x86/k8 x86/k10 x86/bobcat
x86/pentium x86/pentium/mmx
x86/p6 x86/p6/mmx x86/p6/p3mmx x86/p6/sse2
- x86/pentium4 x86/pentium4/mmx x86/pentium4/sse2"
+ x86/pentium4 x86/pentium4/mmx x86/pentium4/sse2
+ x86/core2 x86/coreinhm x86/coreisbr
+ x86/atom x86/atom/mmx x86/atom/sse2 x86/nano"
fi
if test "$abi" = 64; then
gcc_64_cflags=""
extra_functions_64="$extra_functions_64 fat fat_entry"
path_64="x86_64/fat x86_64"
- fat_path="x86_64 x86_64/fat x86_64/k8 x86_64/k10 x86_64/bd1 x86_64/bobcat x86_64/pentium4 x86_64/core2 x86_64/coreinhm x86_64/coreisbr x86_64/atom x86_64/nano"
+ fat_path="x86_64 x86_64/fat
+ x86_64/k8 x86_64/k10 x86_64/bd1 x86_64/bobcat
+ x86_64/pentium4 x86_64/core2 x86_64/coreinhm x86_64/coreisbr
+ x86_64/atom x86_64/nano"
fat_functions="$fat_functions addmul_2 addlsh1_n addlsh2_n sublsh1_n"
fi