forked from Ivasoft/openwrt
malta: add le64 and be64 sub targets
These two subtargets are used to build a 64-bit malta kernel along with 64-bit userland support. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36211
This commit is contained in:
11
target/linux/malta/be64/target.mk
Normal file
11
target/linux/malta/be64/target.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
ARCH:=mips64
|
||||
ARCH_PACKAGES:=malta_mips64
|
||||
SUBTARGET:=be64
|
||||
BOARDNAME:=Big Endian (64-bits)
|
||||
CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves
|
||||
FEATURES:=ramdisk
|
||||
|
||||
define Target/Description
|
||||
Build BE firmware images for MIPS Malta CoreLV board running in
|
||||
big-endian and 64-bits mode
|
||||
endef
|
||||
Reference in New Issue
Block a user