diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-09-26 17:53:28 +0000 |
commit | 0db91251574fd221641a5d89564d244e5406e44f (patch) | |
tree | 6750fa57eee9c074e5ebba8bed57ef493e961de7 /target/linux/mpc83xx | |
parent | ef68210f934b8b7d91fe583bcc4f2d147d1abe50 (diff) | |
download | upstream-0db91251574fd221641a5d89564d244e5406e44f.tar.gz upstream-0db91251574fd221641a5d89564d244e5406e44f.tar.bz2 upstream-0db91251574fd221641a5d89564d244e5406e44f.zip |
build: unify powerpc target cflags
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38213
Diffstat (limited to 'target/linux/mpc83xx')
-rw-r--r-- | target/linux/mpc83xx/Makefile | 2 |
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> |