diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-18 10:08:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-18 10:08:01 +0000 |
commit | 472709eaecb4cbd7251ae193b21e72ed2e4be414 (patch) | |
tree | cec60d6c520785e980128c8493e63868703de9c4 /target/linux/octeon | |
parent | 3e07c0ac3a0a5b67a07b997b7cc774d5cc81287f (diff) | |
download | upstream-472709eaecb4cbd7251ae193b21e72ed2e4be414.tar.gz upstream-472709eaecb4cbd7251ae193b21e72ed2e4be414.tar.bz2 upstream-472709eaecb4cbd7251ae193b21e72ed2e4be414.zip |
octeon: fix up the cpu flags
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41253 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <blogic@openwrt.org> LINUX_VERSION:=3.10.36 |