From bca64df5016ce0cb6c69b8f55ae286916cb848b2 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 12:36:35 +0200 Subject: [kbuild] move -fno-builtin from architecture Makefiles to toplevel Makefile --- arch/sandbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sandbox/Makefile') diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index 19a41fd7aa..5dfba59e81 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -fno-builtin -ffreestanding -nostdinc -Wall \ +CPPFLAGS += -ffreestanding -nostdinc -Wall \ -pipe -fno-strict-aliasing machine-y := sandbox -- cgit v1.2.3