瀏覽代碼

add optimization to Freescale targets

SVN-Revision: 24341
Imre Kaloz 15 年之前
父節點
當前提交
502dc1cb39
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      target/linux/mpc52xx/Makefile
  2. 1 0
      target/linux/mpc83xx/Makefile

+ 1 - 0
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

+ 1 - 0
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 <[email protected]>