diff options
| author | Richard Guenther <rguenther@suse.de> | 2011-08-10 08:48:37 +0000 |
|---|---|---|
| committer | Richard Biener <rguenth@gcc.gnu.org> | 2011-08-10 08:48:37 +0000 |
| commit | f3016c478e43ed67bdf301679d53352dffe7f3d0 (patch) | |
| tree | cea47d2eb05d752cb1acdff0aad1891625790827 /lto-plugin/configure.ac | |
| parent | d62bab6a7c366d625c1f31903ec971f4e5f1349e (diff) | |
re PR bootstrap/49907 (lto-plugin -Wall in stage1)
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.
From-SVN: r177614
Diffstat (limited to 'lto-plugin/configure.ac')
| -rw-r--r-- | lto-plugin/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lto-plugin/configure.ac b/lto-plugin/configure.ac index 1aba69713f7..9a418d231fe 100644 --- a/lto-plugin/configure.ac +++ b/lto-plugin/configure.ac @@ -6,6 +6,7 @@ AM_INIT_AUTOMAKE([foreign no-dist]) AM_MAINTAINER_MODE AC_PROG_CC AC_SYS_LARGEFILE +ACX_PROG_CC_WARNING_OPTS([-Wall], [ac_lto_plugin_warn_cflags]) AM_PROG_LIBTOOL ACX_LT_HOST_FLAGS AC_SUBST(target_noncanonical) |
