9
0
Fork 0

[kbuild] remove -Wall from architecture Makefiles. It's already

in toplevel CFLAGS
This commit is contained in:
Sascha Hauer 2008-06-03 12:51:05 +02:00
parent 847934bc96
commit 39a78d9951
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
CPPFLAGS += -Wall -pipe -D __ARM__ -fno-strict-aliasing
CPPFLAGS += -pipe -D __ARM__ -fno-strict-aliasing
machine-$(CONFIG_ARCH_IMX) := imx

View File

@ -1,5 +1,5 @@
CPPFLAGS += -Wall -pipe -fno-strict-aliasing
CPPFLAGS += -pipe -fno-strict-aliasing
board-$(CONFIG_MACH_IPE337) := ipe337

View File

@ -18,7 +18,7 @@
# along with U-Boot V2. If not, see <http://www.gnu.org/licenses/>.
#
CPPFLAGS += -Wall -isystem $(gccincdir) -pipe -D __M68K__ \
CPPFLAGS += -isystem $(gccincdir) -pipe -D __M68K__ \
-fno-strict-aliasing

View File

@ -1,5 +1,5 @@
CPPFLAGS += -Wall -ffixed-r14 \
CPPFLAGS += -ffixed-r14 \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing

View File

@ -1,5 +1,5 @@
CPPFLAGS += -Wall -pipe -fno-strict-aliasing
CPPFLAGS += -pipe -fno-strict-aliasing
machine-y := sandbox