summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-03-10 17:48:20 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-03-10 17:48:20 +0100
commitebcea57f7b722e134d3b8daac4866d127d46d7aa (patch)
tree3fda0c4ba664e84e257357cc2956340eeb5bbaec /configure.in
parent5031a486b1195195d1a089809042fd92fae4a9dd (diff)
downloadgmp-ebcea57f7b722e134d3b8daac4866d127d46d7aa.tar.gz
Misc cleanup.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in24
1 files changed, 8 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index 9eb4f42d3..30d343353 100644
--- a/configure.in
+++ b/configure.in
@@ -1504,29 +1504,21 @@ case $host in
x86_64)
;;
k10 | bobcat | bulldozer)
- path_64="x86_64/k10 x86_64/k8 $path_64"
- ;;
+ path_64="x86_64/k10 x86_64/k8 $path_64" ;;
athlon64 | k8)
- path_64="x86_64/k8 $path_64"
- ;;
+ path_64="x86_64/k8 $path_64" ;;
pentium4)
- path_64="x86_64/pentium4 $path_64"
- ;;
+ path_64="x86_64/pentium4 $path_64" ;;
core2)
- path_64="x86_64/core2 $path_64"
- ;;
+ path_64="x86_64/core2 $path_64" ;;
corei | coreinhm | coreiwsm)
- path_64="x86_64/coreinhm x86_64/core2 $path_64"
- ;;
+ path_64="x86_64/coreinhm x86_64/core2 $path_64" ;;
coreisbr)
- path_64="x86_64/coreisbr x86_64/coreinhm x86_64/core2 $path_64"
- ;;
+ path_64="x86_64/coreisbr x86_64/coreinhm x86_64/core2 $path_64" ;;
atom)
- path_64="x86_64/atom $path_64"
- ;;
+ path_64="x86_64/atom $path_64" ;;
nano)
- path_64="x86_64/nano $path_64"
- ;;
+ path_64="x86_64/nano $path_64" ;;
esac
case $host in