summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-18 10:08:01 +0000
committerJohn Crispin <john@openwrt.org>2014-06-18 10:08:01 +0000
commit5aeb5c1cbcd07fe82311cc2294d7b7938ea6e043 (patch)
treee99113bc1c7e288318d0a35ec087d92887a017be /target
parent312fca5455fdd7419c892e8544d47e6db7e5d57c (diff)
downloadmtk-20170518-5aeb5c1cbcd07fe82311cc2294d7b7938ea6e043.zip
mtk-20170518-5aeb5c1cbcd07fe82311cc2294d7b7938ea6e043.tar.gz
mtk-20170518-5aeb5c1cbcd07fe82311cc2294d7b7938ea6e043.tar.bz2
octeon: fix up the cpu flags
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41253
Diffstat (limited to 'target')
-rw-r--r--target/linux/octeon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index 8e9ca60..f4fd9da 100644
--- a/target/linux/octeon/Makefile
+++ b/target/linux/octeon/Makefile
@@ -6,12 +6,12 @@
#
include $(TOPDIR)/rules.mk
-ARCH:=mips
+ARCH:=mips64
BOARD:=octeon
BOARDNAME:=Cavium Networks Octeon
FEATURES:=squashfs jffs2 pci usb
CPU_TYPE:=octeon
-CPU_CFLAGS_octeon:=-march=octeon
+CPU_CFLAGS_octeon:=-march=octeon -mabi=64
MAINTAINER:=John Crispin <blogic@openwrt.org>
LINUX_VERSION:=3.10.36