[Gmp-commit] /var/hg/gmp: 2 new changesets
mercurial at gmplib.org
mercurial at gmplib.org
Mon Dec 17 11:27:38 CET 2012
details: /var/hg/gmp/rev/d4972daaab9e
changeset: 15199:d4972daaab9e
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Dec 17 11:27:18 2012 +0100
description:
(none-*-*): Allow this again, but print a warning.
details: /var/hg/gmp/rev/61a73fdd12c3
changeset: 15200:61a73fdd12c3
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Dec 17 11:27:33 2012 +0100
description:
ChangeLog
diffstat:
ChangeLog | 2 ++
configure.in | 3 ++-
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 059fb4bdd120 -r 61a73fdd12c3 ChangeLog
--- a/ChangeLog Mon Dec 17 11:23:00 2012 +0100
+++ b/ChangeLog Mon Dec 17 11:27:33 2012 +0100
@@ -2,6 +2,8 @@
* Version 5.1.0 released.
+ * configure.in (none-*-*): Allow this again, but print a warning.
+
2012-12-17 Marco Bodrato <bodrato at mail.dm.unipi.it>
* mpz/n_pow_ui.c: Fix typos in an ASSERT.
diff -r 059fb4bdd120 -r 61a73fdd12c3 configure.in
--- a/configure.in Mon Dec 17 11:23:00 2012 +0100
+++ b/configure.in Mon Dec 17 11:27:33 2012 +0100
@@ -1705,7 +1705,8 @@
# Special CPU "none" used to select generic C, now this is obsolete.
none-*-*)
- AC_MSG_ERROR([the \"none\" host is obsolete, use --disable-assembly])
+ enable_assembly=no
+ AC_MSG_WARN([the \"none\" host is obsolete, use --disable-assembly])
;;
esac
More information about the gmp-commit
mailing list