From c34c8ea59c867237c91f6651425c1d4b9b49d649 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 17 Dec 2012 11:27:18 +0100 Subject: (none-*-*): Allow this again, but print a warning. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1