From b835bb5265d614fd8a4759f284b987b365292c36 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Jan 2016 06:06:04 -0500 Subject: 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). --- gdb/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 15383d6..e7db386 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; } -- cgit v1.1