From: kaloz Date: Wed, 8 Dec 2010 11:27:06 +0000 (+0000) Subject: add optimization to Freescale targets X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ca1f565dd942f4b6f8d938a5b7b72bee639450bb add optimization to Freescale targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24341 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 152e51e583..b4649e45c4 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -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 diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index f13a961ca5..40ed374fa9 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -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