diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-07 06:06:04 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-11 14:09:46 -0500 |
commit | b835bb5265d614fd8a4759f284b987b365292c36 (patch) | |
tree | 626928d25c971d03834105f0979ad01d3244b831 /gdb/configure | |
parent | Delete opcodes that have been removed from ISA 3.0. (diff) | |
download | binutils-gdb-b835bb5265d614fd8a4759f284b987b365292c36.tar.gz binutils-gdb-b835bb5265d614fd8a4759f284b987b365292c36.tar.bz2 binutils-gdb-b835bb5265d614fd8a4759f284b987b365292c36.zip |
gdb: split out warnings helpers
This will allow the sim tree to use the same set of warnings.
The new code in warning.m4 is exactly the same (other than the
AC_DEFUN wrapping).
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 15383d6ff91..e7db3866a88 100755 --- a/gdb/configure +++ b/gdb/configure @@ -14243,6 +14243,7 @@ _ACEOF + # Check whether --enable-werror was given. if test "${enable_werror+set}" = set; then : enableval=$enable_werror; case "${enableval}" in @@ -14387,6 +14388,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu fi + # In the Cygwin environment, we need some additional flags. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cygwin" >&5 $as_echo_n "checking for cygwin... " >&6; } |