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/ppc40x/Makefile | |
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/ppc40x/Makefile')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 29982df190..947c8ebb22 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x FEATURES:=squashfs -CFLAGS:=-Os -pipe -mcpu=405 +CPU_TYPE:=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> LINUX_VERSION:=3.10.12 |