From b8725ffe1db57499eff887a8f10b726dc8946a03 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 12:37:52 +0200 Subject: [kbuild] move -ffreestanding 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 5dfba59e81..79d040ea8b 100644 --- a/arch/sandbox/Makefile +++ b/arch/sandbox/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -ffreestanding -nostdinc -Wall \ +CPPFLAGS += -nostdinc -Wall \ -pipe -fno-strict-aliasing machine-y := sandbox -- cgit v1.2.3