summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/Makefile
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2007-11-29 20:03:37 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2007-11-29 20:03:37 +0100
commit049063e2ad7f86f1e4ba77cc5f536ded7bfa0de9 (patch)
tree41d214f2694b878eb562418aea5047613d17e005 /arch/sandbox/Makefile
parent1c6d34ac685891302adb48138bd3d51d9a945bb7 (diff)
downloadbarebox-049063e2ad7f86f1e4ba77cc5f536ded7bfa0de9.tar.gz
barebox-049063e2ad7f86f1e4ba77cc5f536ded7bfa0de9.tar.xz
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>
Diffstat (limited to 'arch/sandbox/Makefile')
-rw-r--r--arch/sandbox/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile
index 9794c1141a..6622fe89ae 100644
--- a/arch/sandbox/Makefile
+++ b/arch/sandbox/Makefile
@@ -1,8 +1,6 @@
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \
- -isystem $(gccincdir) -pipe \
- -fno-strict-aliasing
-
+ -pipe -fno-strict-aliasing
machine-y := sandbox