X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ca1f565dd942f4b6f8d938a5b7b72bee639450bb..9afed7a1a0ba0c2b693fb9cd4e8b6a6da4a7c3b8:/target/linux/mpc52xx/Makefile diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index b4649e45c..6d69e9983 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc52xx BOARDNAME:=Freescale MPC52xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e FEATURES:=targz ext4 -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=3.2.9 include $(INCLUDE_DIR)/target.mk