aboutsummaryrefslogtreecommitdiff
path: root/sim/cr16/configure
diff options
context:
space:
mode:
Diffstat (limited to 'sim/cr16/configure')
-rwxr-xr-xsim/cr16/configure5
1 files changed, 4 insertions, 1 deletions
diff --git a/sim/cr16/configure b/sim/cr16/configure
index 16b0d72..99e21fc 100755
--- a/sim/cr16/configure
+++ b/sim/cr16/configure
@@ -11978,6 +11978,7 @@ fi
fi
+
# Check whether --enable-werror was given.
if test "${enable_werror+set}" = set; then :
enableval=$enable_werror; case "${enableval}" in
@@ -11994,6 +11995,9 @@ if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
fi
WERROR_CFLAGS=""
+ if test "${ERROR_ON_WARNING}" = yes ; then
+ WERROR_CFLAGS="-Werror"
+ fi
build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
-Wpointer-sign \
@@ -12075,7 +12079,6 @@ $as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
fi
-
cgen_breaks=""
if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
cgen_breaks="break cgen_rtx_error";