svn commit: r368441 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Tue Dec 8 14:56:15 UTC 2020
Author: emaste
Date: Tue Dec 8 14:56:15 2020
New Revision: 368441
URL: https://svnweb.freebsd.org/changeset/base/368441
Log:
Default to WITHOUT_GDB (GDB 6.1.1) for FreeBSD 13
As discussed on -current, -stable, -toolchain, and with jhb@ and imp@,
disable the obsolete in-tree GDB 6.1.1 by default. This was kept only
to provide kgdb for the crashinfo tool, but is long-obsolete, does not
support all architectures that FreeBSD does, and held back other work
(such as forcing the use of DWARF2 for kernel debug).
Crashinfo will use kgdb from the gdb package or devel/gdb port, and will
privde a message referencing those if no kgdb is found.
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk Tue Dec 8 14:05:54 2020 (r368440)
+++ head/share/mk/src.opts.mk Tue Dec 8 14:56:15 2020 (r368441)
@@ -106,7 +106,6 @@ __DEFAULT_YES_OPTIONS = \
FREEBSD_UPDATE \
FTP \
GAMES \
- GDB \
GH_BC \
GNU_DIFF \
GNU_GREP \
@@ -208,6 +207,7 @@ __DEFAULT_NO_OPTIONS = \
CLANG_FORMAT \
DTRACE_TESTS \
EXPERIMENTAL \
+ GDB \
HESIOD \
LIBSOFT \
LOADER_FIREWIRE \
More information about the svn-src-head
mailing list