X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/89a10d913b8e4cf2d42a32ab9101c19197d48967..8471c582571cf9cecc4b44680bc4dd9fc3a8fc4d:/target/linux/mpc85xx/Makefile?ds=inline diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 5488adc59..d32a58ef2 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 -FEATURES:=spe_fpu ramdisk broken +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540 +FEATURES:=spe_fpu ramdisk MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.36.2 +LINUX_VERSION:=2.6.38.2 include $(INCLUDE_DIR)/target.mk