X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmpc83xx%2FMakefile;h=21f64339985cedfaf9de45eb6bd3dd23aea9a435;hb=c16ccb5ff5f56760ed59145c4cc23f7753cf8cfb;hp=d0ba52cce343da115535118534daa98dbc2dd140;hpb=ea7e9693a2bcb27db4a3ce878e6e51c1e9620a50;p=openwrt.git diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index d0ba52cce3..21f6433998 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc83xx BOARDNAME:=Freescale MPC83xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e -FEATURES:=squashfs targz broken +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e +FEATURES:=squashfs targz MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.36.4 +LINUX_VERSION:=3.7.10 include $(INCLUDE_DIR)/target.mk