diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:45 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-05 12:36:45 +0000 |
commit | 12b925dcbf63591db32c44523b81dad20b46e9a6 (patch) | |
tree | a3ac662a190cd9a8904649a677bb08521fd44025 /target/linux/malta/Makefile | |
parent | 5eb8ba7f192988669482fe51c68d394ed72cc6ec (diff) | |
download | upstream-12b925dcbf63591db32c44523b81dad20b46e9a6.tar.gz upstream-12b925dcbf63591db32c44523b81dad20b46e9a6.tar.bz2 upstream-12b925dcbf63591db32c44523b81dad20b46e9a6.zip |
malta: move 32-bits options to subtarget config
Preliminary change to add support for MIPS64-based malta subtargets.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36210
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 9b342c8f5c..eb3c8d3d46 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -8,7 +8,6 @@ include $(TOPDIR)/rules.mk BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) -CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli <florian@openwrt.org> |