malta: target.mk cosmetical fixup
[openwrt/openwrt.git] / target / linux / malta / le64 / target.mk
index bd5c63619e0df1c6311924b79315cb98a7959524..f20b3e82c5fc90b805169f18ec77d6ce57dd4ac9 100644 (file)
@@ -2,10 +2,10 @@ ARCH:=mips64el
 ARCH_PACKAGES:=malta_mipsel64
 SUBTARGET:=le64
 BOARDNAME:=Little Endian (64-bits)
-CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves
 FEATURES:=ramdisk
+CFLAGS:=-Os -pipe -mips64 -mtune=mips64
 
 define Target/Description
        Build LE firmware images for MIPS Malta CoreLV board running in
-       little-endian and 64-bits mode.
+       little-endian and 64-bits mode
 endef