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 | c461ddf9a644d1dfd312d72e72ad62b63f2d06cc (patch) | |
tree | 77549c2dfc175791d8c1fa4df00769219b96749f /target/linux/ppc44x/Makefile | |
parent | a63f8633f06f5f785391c006fad57333a2cebc46 (diff) | |
download | upstream-c461ddf9a644d1dfd312d72e72ad62b63f2d06cc.tar.gz upstream-c461ddf9a644d1dfd312d72e72ad62b63f2d06cc.tar.bz2 upstream-c461ddf9a644d1dfd312d72e72ad62b63f2d06cc.zip |
ppc4xx optimizations
SVN-Revision: 17040
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-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 |