| commit | 629c2962801801338b35c68554d30aa4455e6c0c | [log] [tgz] |
|---|---|---|
| author | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 11 10:46:23 2020 -0500 |
| committer | Simon Marchi <simon.marchi@efficios.com> | Tue Feb 11 10:46:23 2020 -0500 |
| tree | e6f257819b81397fdef34ddcaa9e1594b7e5b6c9 | |
| parent | da5bd37ebc6d9816be970d8a668a6a04508774c8 [diff] |
gdbsupport: use AM_GDB_WARNINGS Since gdbsupport has been given its own build system, it is no longer compiled with the warning flags specified in gdb/warning.m4. This patch makes it use AM_GDB_WARNINGS. gdbsupport/ChangeLog: * acinclude.m4: Include ../gdb/warning.m4. * configure.ac: Use AM_GDB_WARNINGS. * Makefile.am: Set AM_CFLAGS to WARN_CFLAGS and WERROR_CFLAGS. * Makefile.in: Re-generate. * configure: Re-generate.