[Gmp-commit] /var/hg/gmp: Misc cleanup.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Mar 10 17:48:26 CET 2011
details: /var/hg/gmp/rev/f54e40b32ad5
changeset: 14030:f54e40b32ad5
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Mar 10 17:48:20 2011 +0100
description:
Misc cleanup.
diffstat:
configure.in | 24 ++++++++----------------
1 files changed, 8 insertions(+), 16 deletions(-)
diffs (41 lines):
diff -r c6568fc594aa -r f54e40b32ad5 configure.in
--- a/configure.in Thu Mar 10 14:07:49 2011 +0100
+++ b/configure.in Thu Mar 10 17:48:20 2011 +0100
@@ -1504,29 +1504,21 @@
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
More information about the gmp-commit
mailing list