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