eglibc: use version 2.19 by default (lots of fixes, some security related)
[openwrt.git] / target / linux / sibyte / Makefile
index a96aed4..2370cac 100644 (file)
@@ -10,10 +10,11 @@ ARCH:=mips
 BOARD:=sibyte
 BOARDNAME:=Broadcom/SiByte SB-1
 FEATURES:=fpu ramdisk broken
-CFLAGS:=-Os -pipe -march=sb1 -fno-caller-saves
+CPU_TYPE:=sb1
+CPU_CFLAGS_sb1:=-march=sb1
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=3.3.5
+LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk