Author: emaste
Date: Sat Jan 28 00:00:10 2017
New Revision: 312908
URL: https://svnweb.freebsd.org/changeset/base/312908

Log:
  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

Modified:
  head/sys/mips/conf/ERL

Modified: head/sys/mips/conf/ERL
==============================================================================
--- head/sys/mips/conf/ERL      Fri Jan 27 23:10:46 2017        (r312907)
+++ head/sys/mips/conf/ERL      Sat Jan 28 00:00:10 2017        (r312908)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to