octeon: fix up the cpu flags

Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de>

SVN-Revision: 41253
master
John Crispin 10 years ago
parent 312fca5455
commit 5aeb5c1cbc
  1. 4
      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

Loading…
Cancel
Save