From 049063e2ad7f86f1e4ba77cc5f536ded7bfa0de9 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Thu, 29 Nov 2007 20:03:37 +0100 Subject: 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 --- arch/sandbox/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/sandbox/Makefile') 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 -- cgit v1.2.3