X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9f969228927512365a1136159555e323039696d7..32852643effdfb39cb728720e77e817b0fada3fd:/target/linux/mpc85xx/Makefile diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index a441acf23..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 -FEATURES:=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.8 include $(INCLUDE_DIR)/target.mk