aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2019-03-06 20:13:02 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2019-03-06 20:13:02 +0000
commite91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (patch)
treee2fd74a191f769c01371f736e3bf6fa6f2ec3f56 /share
parentbfdf8aa9f7baa5371cd0bad60d3f367023ac797b (diff)
Divorce MK_GDB from MK_BINUTILS.
This permits legacy GDB to still be built and installed if WITHOUT_BINUTILS is set (e.g. if base/binutils is installed). Reviewed by: emaste MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D19480
Notes
Notes: svn path=/head/; revision=344854
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/src.conf.56
-rw-r--r--share/mk/src.opts.mk4
2 files changed, 0 insertions, 10 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index d425422dc106..4a99e3d50dcf 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -187,12 +187,6 @@ The resulting system cannot build programs from source.
.Pp
This is a default setting on
arm64/aarch64 and riscv/riscv64.
-When set, it enforces these options:
-.Pp
-.Bl -item -compact
-.It
-.Va WITHOUT_GDB
-.El
.It Va WITH_BINUTILS
Set to build and install GNU
.Xr as 1 ,
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 9cb83f2ef78f..9994496742cb 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -430,10 +430,6 @@ MK_${var}:= no
MK_LLVM_LIBUNWIND:= no
.endif
-.if ${MK_BINUTILS} == "no"
-MK_GDB:= no
-.endif
-
.if ${MK_CAPSICUM} == "no"
MK_CASPER:= no
.endif