summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
committerEd Maste <emaste@FreeBSD.org>2020-12-15 18:12:03 +0000
commitfe7dff17591e17755b643f8f3cfadea49f83e16b (patch)
tree2c5a7c659867c2c80fa883d63f0d83f1a6bf959c /share
parent7f9175d999910fcb70513f06bcb913a63b6832af (diff)
downloadsrc-test-fe7dff17591e17755b643f8f3cfadea49f83e16b.tar.gz
src-test-fe7dff17591e17755b643f8f3cfadea49f83e16b.zip
Remove additional GDB leftovers missed in r368667
Notes
Notes: svn path=/head/; revision=368669
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index f3a59db0409ee..ef8a71a6ebb96 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -206,7 +206,6 @@ __DEFAULT_NO_OPTIONS = \
CLANG_FORMAT \
DTRACE_TESTS \
EXPERIMENTAL \
- GDB \
GNU_GREP \
HESIOD \
LIBSOFT \
@@ -289,10 +288,6 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF
.include <bsd.compiler.mk>
-# In-tree gdb is an older versions without modern architecture support.
-.if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
-BROKEN_OPTIONS+=GDB
-.endif
.if ${__T:Mriscv*} != ""
BROKEN_OPTIONS+=OFED
.endif
@@ -481,7 +476,6 @@ MK_LLD_BOOTSTRAP:= no
.if ${MK_TOOLCHAIN} == "no"
MK_CLANG:= no
-MK_GDB:= no
MK_INCLUDES:= no
MK_LLD:= no
MK_LLDB:= no