svn commit: r360700 - head/share/mk

Ed Maste emaste at FreeBSD.org
Wed May 6 18:40:53 UTC 2020


Author: emaste
Date: Wed May  6 18:40:52 2020
New Revision: 360700
URL: https://svnweb.freebsd.org/changeset/base/360700

Log:
  src.opts.mk: with BINUTILS limited to as it is used on i386 and amd64 only

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

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Wed May  6 18:39:55 2020	(r360699)
+++ head/share/mk/src.opts.mk	Wed May  6 18:40:52 2020	(r360700)
@@ -62,7 +62,6 @@ __DEFAULT_YES_OPTIONS = \
     AUTHPF \
     AUTOFS \
     BHYVE \
-    BINUTILS \
     BLACKLIST \
     BLUETOOTH \
     BOOT \
@@ -292,9 +291,9 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
 BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GDB
 .endif
 .if ${__T} == "amd64" || ${__T} == "i386"
-__DEFAULT_YES_OPTIONS+=BINUTILS_BOOTSTRAP
+__DEFAULT_YES_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
 .else
-__DEFAULT_NO_OPTIONS+=BINUTILS_BOOTSTRAP
+__DEFAULT_NO_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP
 .endif
 .if ${__T:Mriscv*} != ""
 BROKEN_OPTIONS+=OFED


More information about the svn-src-head mailing list