X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fleon%2FMakefile;h=44859327207837e9db7c1c22015288455413a167;hb=1ee6958324f44923ed309d2fa911fc432f514694;hp=eb3b83fcfe9c8b296f1e7c12f2a833020e47a20c;hpb=05448b64c0d737d0e5cd1b3d658058ca14a92b80;p=openwrt.git diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile index eb3b83fcfe..4485932720 100644 --- a/target/linux/leon/Makefile +++ b/target/linux/leon/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=sparc BOARD:=leon BOARDNAME:=LEON -FEATURES+=fpu tgz +FEATURES+=fpu tgz broken -CFLAGS:=-Os -pipe -mcpu=v8 -funit-at-a-time +CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves KERNELNAME:="uImage" -LINUX_VERSION:=2.6.36.2 +LINUX_VERSION:=2.6.36.4 MAINTAINER:=Imre Kaloz include $(INCLUDE_DIR)/target.mk