]> git.ipfire.org Git - thirdparty/gcc.git/commit - libcc1/Makefile.in
configure.ac: Remove -Werror addition to WARN_FLAGS.
authorJakub Jelinek <jakub@redhat.com>
Wed, 29 Oct 2014 11:38:00 +0000 (12:38 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 29 Oct 2014 11:38:00 +0000 (12:38 +0100)
commitca557f533aa5e941d765c4c78b10b095537f0bdf
tree9b789a01b421e326cec767ebca5619f7a6715932
parent56f274b2d9cc87e63974a26f5c0685f506ad93d4
configure.ac: Remove -Werror addition to WARN_FLAGS.

* configure.ac: Remove -Werror addition to WARN_FLAGS.  Add
ACX_PROG_CC_WARNINGS_ARE_ERRORS and AC_ARG_VAR for GMPINC.
* Makefile.am (AM_CPPFLAGS): Add $(GMPINC).
(WERROR_FLAG): Remove.
(AM_CXXFLAGS): Use $(WERROR) instead of $(WERROR_FLAG).
* configure: Regenerated.
* Makefile.in: Regenerated.

Co-Authored-By: Phil Muldoon <pmuldoon@redhat.com>
From-SVN: r216833
libcc1/ChangeLog
libcc1/Makefile.am
libcc1/Makefile.in
libcc1/configure
libcc1/configure.ac