svn commit: r353576 - head/sys/mips/conf
John Baldwin
jhb at FreeBSD.org
Tue Oct 15 17:28:26 UTC 2019
Author: jhb
Date: Tue Oct 15 17:28:26 2019
New Revision: 353576
URL: https://svnweb.freebsd.org/changeset/base/353576
Log:
Use -march=octeon+ for OCTEON1.
External binutils requires octeon+ for saa.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D22033
Modified:
head/sys/mips/conf/OCTEON1
Modified: head/sys/mips/conf/OCTEON1
==============================================================================
--- head/sys/mips/conf/OCTEON1 Tue Oct 15 17:24:21 2019 (r353575)
+++ head/sys/mips/conf/OCTEON1 Tue Oct 15 17:28:26 2019 (r353576)
@@ -20,7 +20,7 @@
ident OCTEON1
-makeoptions ARCH_FLAGS="-march=octeon"
+makeoptions ARCH_FLAGS="-march=octeon+"
makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1
# Don't build any modules yet.
More information about the svn-src-all
mailing list