[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Thu Oct 17 17:19:26 CEST 2013
details: /var/hg/gmp/rev/924323bd8bb7
changeset: 16055:924323bd8bb7
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Oct 17 17:19:09 2013 +0200
description:
(alpha): Pass -mieee via gcc_cflags_maybe.
details: /var/hg/gmp/rev/e90e979ce2f7
changeset: 16056:e90e979ce2f7
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Oct 17 17:19:19 2013 +0200
description:
ChangeLog
diffstat:
ChangeLog | 4 ++++
configure.ac | 1 +
2 files changed, 5 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r 6fb39224cfd3 -r e90e979ce2f7 ChangeLog
--- a/ChangeLog Wed Oct 16 19:56:52 2013 +0200
+++ b/ChangeLog Thu Oct 17 17:19:19 2013 +0200
@@ -1,3 +1,7 @@
+2013-10-17 Torbjorn Granlund <tege at gmplib.org>
+
+ * configure.ac (alpha): Pass -mieee via gcc_cflags_maybe.
+
2013-10-16 Torbjorn Granlund <tege at gmplib.org>
* config.guess: Let AMD64 cpuid bit override pessimistic cpu guesses.
diff -r 6fb39224cfd3 -r e90e979ce2f7 configure.ac
--- a/configure.ac Wed Oct 16 19:56:52 2013 +0200
+++ b/configure.ac Thu Oct 17 17:19:19 2013 +0200
@@ -467,6 +467,7 @@
esac
extra_functions="cntlz"
gcc_cflags_optlist="asm cpu oldas" # need asm ahead of cpu, see below
+ gcc_cflags_maybe="-mieee"
gcc_cflags_oldas="-Wa,-oldas" # see GMP_GCC_WA_OLDAS.
# gcc 2.7.2.3 doesn't know any -mcpu= for alpha, apparently.
More information about the gmp-commit
mailing list