44b1688e6c
This patch sets the cflags -mtune=34kc -mdsp only in XWAY subtarget, while the others remain with mtune=mips32r2. Although the Danube has a Mips 24KEc core performs well with the above cflags. Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com> SVN-Revision: 37006
13 lines
221 B
Makefile
13 lines
221 B
Makefile
ARCH:=mips
|
|
SUBTARGET:=svip_be
|
|
BOARDNAME:=SVIP Big Endian
|
|
FEATURES:=squashfs
|
|
DEVICE_TYPE:=other
|
|
CFLAGS+= -mtune=mips32r2
|
|
|
|
DEFAULT_PACKAGES+= uboot-svip hostapd-mini
|
|
|
|
define Target/Description
|
|
Lantiq SVIP Big Endian
|
|
endef
|