summaryrefslogtreecommitdiffstats
path: root/arch/ppc
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:26:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:29:57 +0200
commit7681d868badf6f5775256ded3d2ec8593221a5c9 (patch)
treebe6cc86e984b746fcae593dd202f3d19e64a44dc /arch/ppc
parent878f38de8fea2523cb18562344a2ab0dafc58017 (diff)
downloadbarebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.gz
barebox-7681d868badf6f5775256ded3d2ec8593221a5c9.tar.xz
[kbuild] move -Os flag from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'arch/ppc')
-rw-r--r--arch/ppc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 230d4146de..99dafb21c8 100644
--- a/arch/ppc/Makefile
+++ b/arch/ppc/Makefile
@@ -15,7 +15,6 @@ cpu-$(CONFIG_ARCH_MPC5200) := mpc5xxx
TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -P
-CFLAGS += -Os
ifeq ($(incdir-y),)
incdir-y := $(machine-y)