diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makeconfig | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2015-08-20 Joseph Myers <joseph@codesourcery.com> + + * Makeconfig [$(enable-werror) = yes] (+gccwarn): Do not add + -Wno-error=undef. + 2015-08-20 H.J. Lu <hongjiu.lu@intel.com> * i386/i686/multiarch/strcasestr-c.c: Removed. @@ -750,7 +750,7 @@ else endif +gccwarn += -Wundef ifeq ($(enable-werror),yes) -+gccwarn += -Werror -Wno-error=undef ++gccwarn += -Werror endif +gccwarn-c = -Wstrict-prototypes |