global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead...
[openwrt/openwrt.git] / target / linux / orion / Makefile
index 7cf9e02a7d057c23e4974a51b7805056d94f02ed..feb07492c1ec1d8de0b5c4419107e3d234e6d715 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2010 OpenWrt.org
+# Copyright (C) 2008-2011 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -10,10 +10,10 @@ ARCH:=arm
 BOARD:=orion
 BOARDNAME:=Marvell Orion
 SUBTARGETS:=generic harddisk
-CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -funit-at-a-time
+CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -fno-caller-saves
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=2.6.36
+LINUX_VERSION:=2.6.37.4
 
 include $(INCLUDE_DIR)/target.mk