------- Comment #14 from laurent at guerby dot net  2009-01-05 12:05 -------
Something like that? (untested)

Index: configure.ac
===================================================================
--- configure.ac        (revision 143046)
+++ configure.ac        (working copy)
@@ -2904,6 +2904,9 @@
 else
   stage1_checking=--enable-checking=$enable_checking,types
 fi])
+case "${host}" in
+  arm*-*-linux-gnueabi) stage1_checking=--enable-checking=release;;
+esac
 AC_SUBST(stage1_checking)

 # Enable -Werror in bootstrap stage2 and later.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523

Reply via email to