From 36ffd6f18af9644a951d7f89512d809fe91d9cdf Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 3 Jun 2008 12:54:37 +0200 Subject: [kbuild] move -pipe from architecture Makefiles to toplevel Makefile --- arch/blackfin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/blackfin') diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile index fb8be79989..9aa9c497b9 100644 --- a/arch/blackfin/Makefile +++ b/arch/blackfin/Makefile @@ -1,5 +1,5 @@ -CPPFLAGS += -pipe -fno-strict-aliasing +CPPFLAGS += -fno-strict-aliasing board-$(CONFIG_MACH_IPE337) := ipe337 -- cgit v1.2.3