summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-12-17 11:27:18 +0100
committerTorbjorn Granlund <tege@gmplib.org>2012-12-17 11:27:18 +0100
commitc34c8ea59c867237c91f6651425c1d4b9b49d649 (patch)
tree6de1a4a0de1d104cffe22d010ed256d68013ed1e
parent30ca5c9bd83f08aa7750f0a7dca2294505e989bf (diff)
downloadgmp-c34c8ea59c867237c91f6651425c1d4b9b49d649.tar.gz
(none-*-*): Allow this again, but print a warning.
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b4e53f220..9425f603a 100644
--- a/configure.in
+++ b/configure.in
@@ -1705,7 +1705,8 @@ case $host in
# 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