diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-10 08:48:37 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-10 08:48:37 +0000 |
commit | d83cb07de1113eb07b59032265025a42f6a22898 (patch) | |
tree | cea47d2eb05d752cb1acdff0aad1891625790827 /lto-plugin/aclocal.m4 | |
parent | 5f7d4d97c9bff3252a06d77f61f16bfe3742f83a (diff) | |
download | gcc-d83cb07de1113eb07b59032265025a42f6a22898.tar.gz |
2011-08-10 Richard Guenther <rguenther@suse.de>
PR bootstrap/49907
lto-plugin/
* configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence.
* Makefile.am (AM_CFLAGS): Adjust. Do not build with -Werror.
* configure: Regenerate.
* Makefile.in: Likewise.
* aclocal.m4: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/aclocal.m4')
-rw-r--r-- | lto-plugin/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lto-plugin/aclocal.m4 b/lto-plugin/aclocal.m4 index 7c370a7d01b..ce9a5c2e428 100644 --- a/lto-plugin/aclocal.m4 +++ b/lto-plugin/aclocal.m4 @@ -973,6 +973,7 @@ m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) m4_include([../config/lthostflags.m4]) m4_include([../config/override.m4]) +m4_include([../config/warnings.m4]) m4_include([../libtool.m4]) m4_include([../ltoptions.m4]) m4_include([../ltsugar.m4]) |