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/acinclude.m4 | |
parent | afa8d4054b8e0b1384f2d07f1c15163c0699d660 (diff) | |
download | gdb-b835bb5265d614fd8a4759f284b987b365292c36.zip gdb-b835bb5265d614fd8a4759f284b987b365292c36.tar.gz gdb-b835bb5265d614fd8a4759f284b987b365292c36.tar.bz2 |
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/acinclude.m4')
-rw-r--r-- | gdb/acinclude.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acinclude.m4 b/gdb/acinclude.m4 index 8b65f3b..4f83585 100644 --- a/gdb/acinclude.m4 +++ b/gdb/acinclude.m4 @@ -12,6 +12,9 @@ sinclude(libmcheck.m4) # This gets GDB_AC_TRANSFORM. sinclude(transform.m4) +# This gets AM_GDB_WARNINGS. +sinclude(warning.m4) + dnl gdb/configure.in uses BFD_NEED_DECLARATION, so get its definition. sinclude(../bfd/bfd.m4) |