summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:54:37 +0200
commit36ffd6f18af9644a951d7f89512d809fe91d9cdf (patch)
tree8c3bac1bb404737d9ce499f3cbc55e673761049e /arch/ppc
parent39a78d995122d66f846a70f8a49441a28d1c5112 (diff)
downloadbarebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.gz
barebox-36ffd6f18af9644a951d7f89512d809fe91d9cdf.tar.xz
[kbuild] move -pipe from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 12bcdda177..26a8c77d6c 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -1,6 +1,6 @@
CPPFLAGS += -ffixed-r14 \
- -pipe -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
+ -meabi -Wstrict-prototypes -D __PPC__ -D CONFIG_PPC \
-fno-strict-aliasing
ifdef CONFIG_RELOCATABLE