add optimization to Freescale targets

SVN-Revision: 24341
This commit is contained in:
Imre Kaloz 2010-12-08 11:27:06 +00:00
parent 502d21dc2a
commit 502dc1cb39
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc52xx
BOARDNAME:=Freescale MPC52xx
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e
FEATURES:=targz ext4
LINUX_VERSION:=2.6.30.10

View file

@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=powerpc
BOARD:=mpc83xx
BOARDNAME:=Freescale MPC83xx
CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e
FEATURES:=squashfs targz broken
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>