X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc83xx%2FMakefile;h=7b5a7ac5d4b89d4a85906c4c8a0bee915ffc1555;hb=d204a2b48381f4a0033a424def244d0bec0bb6b1;hp=40ed374fa9445af6ff4d2d07ad456fcf5c6334b2;hpb=ca1f565dd942f4b6f8d938a5b7b72bee639450bb;p=openwrt.git diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 40ed374fa9..7b5a7ac5d4 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.1 +LINUX_VERSION:=3.8.10 include $(INCLUDE_DIR)/target.mk