9
0
Fork 0

remove -isystem with empty argument

This patch removes the "-isystem $(gccincdir)" from the
arch/*/Makefile because gccindir is empty.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2007-11-29 20:03:37 +01:00
parent 1c6d34ac68
commit 049063e2ad
4 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,6 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
-isystem $(gccincdir) -pipe -D __ARM__ \
-fno-strict-aliasing
-pipe -D __ARM__ -fno-strict-aliasing
machine-$(CONFIG_ARCH_IMX) := imx

View File

@ -1,7 +1,6 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
-isystem $(gccincdir) -pipe \
-fno-strict-aliasing
-pipe -fno-strict-aliasing
board-$(CONFIG_MACH_IPE337) := ipe337

View File

@ -1,6 +1,6 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall -ffixed-r14 \
-isystem $(gccincdir) -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
ifdef CONFIG_RELOCATABLE

View File

@ -1,8 +1,6 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
-isystem $(gccincdir) -pipe \
-fno-strict-aliasing
-pipe -fno-strict-aliasing
machine-y := sandbox