Author: blogic Date: 2014-06-18 12:08:01 +0200 (Wed, 18 Jun 2014) New Revision: 41253
Modified: trunk/target/linux/octeon/Makefile Log: octeon: fix up the cpu flags Signed-off-by: Martin F?\195?\164cknitz <[email protected]> Modified: trunk/target/linux/octeon/Makefile =================================================================== --- trunk/target/linux/octeon/Makefile 2014-06-18 10:07:57 UTC (rev 41252) +++ trunk/target/linux/octeon/Makefile 2014-06-18 10:08:01 UTC (rev 41253) @@ -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 <[email protected]> LINUX_VERSION:=3.10.36 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
