X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/fd142c016b4d44bd3ede7d24d940c3652e98ef23..1047651f0e2ddb05e84a4297dceb100741918146:/target/linux/mpc85xx/Makefile diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 7fbef341b..354343886 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=8540 +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.38 +LINUX_VERSION:=2.6.38.8 include $(INCLUDE_DIR)/target.mk