diff options
Diffstat (limited to 'sim/frv/configure')
-rwxr-xr-x | sim/frv/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/frv/configure b/sim/frv/configure index 2714257..771d4de 100755 --- a/sim/frv/configure +++ b/sim/frv/configure @@ -12121,7 +12121,7 @@ $as_echo_n "checking compiler warning flags... " >&6; } -Werr*) WERROR_CFLAGS=-Werror ;; *) # Check that GCC accepts it saved_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $w" + CFLAGS="$CFLAGS -Werror $w" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ |