From 978f10562f7e4737ce527326b0d0a94cb804f7d6 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Sat, 28 Jan 2017 00:00:10 +0000 Subject: [PATCH] ERL: set -march=octeon+ for use with external toolchain Upstream GCC and devel/mips64-gcc use "octeon+" as the CPU setting for the Octeon processor in the EdgeRouter Lite. As of r312899 the base system GCC 4.2.1 accepts octeon+ as an alias for the Octeon support added in r208737 for the same CPU. Sponsored by: The FreeBSD Foundation --- sys/mips/conf/ERL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mips/conf/ERL b/sys/mips/conf/ERL index 59ea84d70f35..2c4fd26ba99c 100644 --- a/sys/mips/conf/ERL +++ b/sys/mips/conf/ERL @@ -21,7 +21,7 @@ ident ERL -makeoptions ARCH_FLAGS="-march=octeon -mabi=64" +makeoptions ARCH_FLAGS="-march=octeon+ -mabi=64" makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1 makeoptions KERNLOADADDR=0xffffffff80100000