diff options
Diffstat (limited to 'target/linux/leon/Makefile')
-rw-r--r-- | target/linux/leon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile index 561f138c8..448593272 100644 --- a/target/linux/leon/Makefile +++ b/target/linux/leon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=sparc BOARD:=leon BOARDNAME:=LEON -FEATURES+=fpu tgz +FEATURES+=fpu tgz broken CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves KERNELNAME:="uImage" |