X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2FMakefile;h=a61f40c71357c8a988f5fc709ccc1dade321c7e3;hb=1934b1e7e3bd9afa0a1ff9b0792e92f029321b6e;hp=b4649e45c4b2fee3c4b2d5e6cd529f00c897d2f2;hpb=ca1f565dd942f4b6f8d938a5b7b72bee639450bb;p=openwrt.git diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index b4649e45c4..a61f40c713 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc52xx BOARDNAME:=Freescale MPC52xx -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=603e +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e FEATURES:=targz ext4 -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk