add optimization to Freescale targets
SVN-Revision: 24341
This commit is contained in:
parent
502d21dc2a
commit
502dc1cb39
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue