From: John Crispin Date: Wed, 18 Jun 2014 10:08:01 +0000 (+0000) Subject: octeon: fix up the cpu flags X-Git-Tag: reboot~6877 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5aeb5c1cbcd07fe82311cc2294d7b7938ea6e043;p=openwrt%2Fopenwrt.git octeon: fix up the cpu flags Signed-off-by: Martin Fäcknitz SVN-Revision: 41253 --- diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 8e9ca60167..f4fd9da79b 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 LINUX_VERSION:=3.10.36