svn commit: r324911 - head/share/mk

Ngie Cooper ngie at FreeBSD.org
Mon Oct 23 07:56:57 UTC 2017


Author: ngie
Date: Mon Oct 23 07:56:56 2017
New Revision: 324911
URL: https://svnweb.freebsd.org/changeset/base/324911

Log:
  Fix an omission in a comment
  
  Soft float API support applies to armv7 too after r324340

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Mon Oct 23 07:52:16 2017	(r324910)
+++ head/share/mk/src.opts.mk	Mon Oct 23 07:56:56 2017	(r324911)
@@ -271,7 +271,7 @@ __DEFAULT_NO_OPTIONS+=GDB_LIBEXEC
 .else
 __DEFAULT_YES_OPTIONS+=GDB_LIBEXEC
 .endif
-# Only doing soft float API stuff on armv6
+# Only doing soft float API stuff on armv6 and armv7
 .if ${__T} != "armv6" && ${__T} != "armv7"
 BROKEN_OPTIONS+=LIBSOFT
 .endif


More information about the svn-src-head mailing list