aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mpc83xx
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-09-26 17:53:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-09-26 17:53:28 +0000
commit9f5f79d806bbdc3c834f9c05e26b99e82519a4c9 (patch)
treeec3a57beade90b3c08172405daf0d703749cccbd /target/linux/mpc83xx
parent19c76be50dee5aaf5ddd8a938e818b3288d742df (diff)
downloadmaster-187ad058-9f5f79d806bbdc3c834f9c05e26b99e82519a4c9.tar.gz
master-187ad058-9f5f79d806bbdc3c834f9c05e26b99e82519a4c9.tar.bz2
master-187ad058-9f5f79d806bbdc3c834f9c05e26b99e82519a4c9.zip
build: unify powerpc target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38213 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r--target/linux/mpc83xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile
index 1bb0d34bbc..4c25049ee5 100644
--- a/target/linux/mpc83xx/Makefile
+++ b/target/linux/mpc83xx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc83xx
BOARDNAME:=Freescale MPC83xx
-CFLAGS:=-Os -pipe -mcpu=603e
+CPU_TYPE:=603e
FEATURES:=squashfs targz
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>