mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02:00
add optimization to Freescale targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
602f2d5e4f
commit
ca1f565dd9
@ -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 New Issue
Block a user