------- Comment #18 from rearnsha at gcc dot gnu dot org 2009-04-21 16:40
-------
(In reply to comment #14)
> 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.
>
Rather than doing this for linux-gnueabi only, this should be triggered for all
arm targets. ie arm*-*-*
R.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523