diff --git a/configure b/configure index 206bf884..e45c49e2 100755 --- a/configure +++ b/configure @@ -4870,7 +4870,7 @@ echo "include_mpn(\`sparc32/sparc-defs.m4')" >> $gmp_tmpconfigm4i gcc_cflags_cpu="" gcc_cflags_arch="" extra_functions="$extra_functions fat fat_entry" - path="x86/fat x86" + path="x86 x86/fat" fat_path="x86 x86/fat x86/i486 x86/k6 x86/k6/mmx x86/k6/k62mmx x86/k7 x86/k7/mmx x86/k7/mmx/k8 x86/k7/mmx/k8/k10 x86/k7/mmx/k8/k10/k102 @@ -4989,10 +4989,10 @@ echo "include_mpn(\`sparc32/sparc-defs.m4')" >> $gmp_tmpconfigm4i extra_functions_64="$extra_functions_64 fat fat_entry" case $host in *-w64-mingw*) - path_64="x86_64w/fat x86_64w" + path_64="x86_64w x86_64w/fat" fat_path_64="x86_64w x86_64w/fat x86_64w/netburst x86_64w/k8 x86_64w/k8/k8only x86_64w/k8/k10 x86_64w/k8/k10/k102 x86_64w/core2 x86_64w/core2/penryn x86_64w/nehalem x86_64w/nehalem/westmere x86_64w/atom x86_64w/bobcat x86_64w/sandybridge" ;; *-*-*) - path_64="x86_64/fat x86_64" + path_64="x86_64 x86_64/fat" fat_path_64="x86_64 x86_64/fat x86_64/netburst x86_64/k8 x86_64/k8/k8only x86_64/k8/k10 x86_64/k8/k10/k102 x86_64/core2 x86_64/core2/penryn x86_64/nehalem x86_64/nehalem/westmere x86_64/atom x86_64/bobcat x86_64/sandybridge" ;; esac fi diff --git a/configure.in b/configure.in index 3a05dfd5..ebf7147b 100644 --- a/configure.in +++ b/configure.in @@ -1326,7 +1326,7 @@ case $host in gcc_cflags_cpu="" gcc_cflags_arch="" extra_functions="$extra_functions fat fat_entry" - path="x86/fat x86" + path="x86 x86/fat" fat_path="x86 x86/fat x86/i486 x86/k6 x86/k6/mmx x86/k6/k62mmx x86/k7 x86/k7/mmx x86/k7/mmx/k8 x86/k7/mmx/k8/k10 x86/k7/mmx/k8/k10/k102 @@ -1445,10 +1445,10 @@ case $host in extra_functions_64="$extra_functions_64 fat fat_entry" case $host in *-w64-mingw*) - path_64="x86_64w/fat x86_64w" + path_64="x86_64w x86_64w/fat" fat_path_64="x86_64w x86_64w/fat x86_64w/netburst x86_64w/k8 x86_64w/k8/k8only x86_64w/k8/k10 x86_64w/k8/k10/k102 x86_64w/core2 x86_64w/core2/penryn x86_64w/nehalem x86_64w/nehalem/westmere x86_64w/atom x86_64w/bobcat x86_64w/sandybridge" ;; *-*-*) - path_64="x86_64/fat x86_64" + path_64="x86_64 x86_64/fat" fat_path_64="x86_64 x86_64/fat x86_64/netburst x86_64/k8 x86_64/k8/k8only x86_64/k8/k10 x86_64/k8/k10/k102 x86_64/core2 x86_64/core2/penryn x86_64/nehalem x86_64/nehalem/westmere x86_64/atom x86_64/bobcat x86_64/sandybridge" ;; esac fi