[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git] / target / linux / imx21 / Makefile
index 982719e..0ca5c8a 100644 (file)
@@ -10,9 +10,9 @@ ARCH:=arm
 BOARD:=imx21
 BOARDNAME:=Freescale i.MX21
 FEATURES:=jffs2 broken
-CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
+CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
 
-LINUX_VERSION:=2.6.37.3
+LINUX_VERSION:=2.6.37.6
 
 DEVICE_TYPE=phone
 
This page took 0.025492 seconds and 4 git commands to generate.