From 847934bc960ba1588c87e283118318dfdd78d4c0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 12:39:45 +0200 Subject: [kbuild] move -nostdinc from architecture Makefiles to toplevel Makefile --- arch/m68k/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/m68k/Makefile') diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 8429fc02ce..9c36535c58 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -18,8 +18,7 @@ # along with U-Boot V2. If not, see . # -CPPFLAGS += -nostdinc -Wall \ - -isystem $(gccincdir) -pipe -D __M68K__ \ +CPPFLAGS += -Wall -isystem $(gccincdir) -pipe -D __M68K__ \ -fno-strict-aliasing -- cgit v1.2.3