Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Dec 2020 14:56:15 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368441 - head/share/mk
Message-ID:  <202012081456.0B8EuFDo060672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012081456.0B8EuFDo060672>