mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-10 18:14:08 +08:00
octeon: fix up the cpu flags
Signed-off-by: Martin Fäcknitz <faecknitz@hotsplots.de> SVN-Revision: 41253
This commit is contained in:
parent
312fca5455
commit
5aeb5c1cbc
@ -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…
Reference in New Issue
Block a user