[octeon] switch to gcc-4.4.1 and enabled octeon specific optimizations
[openwrt-working-2016/.git] / target / linux / octeon / Makefile
index dafacce6cdcd50600fe54de2c67cc9e707301c1b..56c54ef4bd99c2973cb923db0c11e47fc9cea2fe 100644 (file)
@@ -10,9 +10,9 @@ ARCH:=mips
 BOARD:=octeon
 BOARDNAME:=Cavium Networks Octeon
 FEATURES:=squashfs jffs2 pci
-CFLAGS:=-Os -pipe -funit-at-a-time
+CFLAGS:=-Os -pipe -mtune=octeon -funit-at-a-time
 
-LINUX_VERSION:=2.6.30.4
+LINUX_VERSION:=2.6.30.7
 
 include $(INCLUDE_DIR)/target.mk