From 397be7998e54fe196d174728fddf22ffbbd0e7a0 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 9 Apr 2000 12:17:43 +0000 Subject: Remove ``-W -Wall'' from top-level Makefile/configure. Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227. --- bfd/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/Makefile.am') diff --git a/bfd/Makefile.am b/bfd/Makefile.am index aae8d708a75..9c587322d32 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -12,6 +12,9 @@ docdir = doc lib_LTLIBRARIES = libbfd.la +WARN_CFLAGS = @WARN_CFLAGS@ +AM_CFLAGS = $(WARN_CFLAGS) + # bfd.h goes here, for now BFD_H = bfd.h -- cgit v1.2.1