diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-29 14:52:31 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-29 14:52:31 +0000 |
commit | cf001a84b3972a1f5f9e67d453646c7797247def (patch) | |
tree | 8d7b9912ff5ed8c503bcf86fe88b63130404d8c1 /target/linux/ppc44x | |
parent | 73bc23732b56b4aba09f40130effed9c32afcfaa (diff) | |
download | master-187ad058-cf001a84b3972a1f5f9e67d453646c7797247def.tar.gz master-187ad058-cf001a84b3972a1f5f9e67d453646c7797247def.tar.bz2 master-187ad058-cf001a84b3972a1f5f9e67d453646c7797247def.zip |
ppc4xx optimizations
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 47926de0eb..7d5864339b 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -10,6 +10,7 @@ ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs +CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 LINUX_VERSION:=2.6.30.3 LINUX_KARCH:=powerpc |