build: unify target independent optimization options
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / Makefile
index 2814ec714f9eb30f3c54bbe990650a7dc685733d..c123598e3b83455b32db18c9b739f576369e053f 100644 (file)
@@ -10,10 +10,10 @@ ARCH:=mips
 BOARD:=ar71xx
 BOARDNAME:=Atheros AR7xxx/AR9xxx
 FEATURES:=squashfs targz mips16
-CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -fno-caller-saves -mno-branch-likely
+CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -mno-branch-likely
 SUBTARGETS:=generic nand
 
-LINUX_VERSION:=3.10.1
+LINUX_VERSION:=3.10.3
 
 include $(INCLUDE_DIR)/target.mk