git: 36a2f5b81743 - main - arm64: Don't disable options GDB in LINT.

John Baldwin jhb at FreeBSD.org
Mon Jan 11 22:28:57 UTC 2021


The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=36a2f5b81743b45c2cb7ec933e306eff20477dcf

commit 36a2f5b81743b45c2cb7ec933e306eff20477dcf
Author:     John Baldwin <jhb at FreeBSD.org>
AuthorDate: 2021-01-11 22:26:59 +0000
Commit:     John Baldwin <jhb at FreeBSD.org>
CommitDate: 2021-01-11 22:28:46 +0000

    arm64: Don't disable options GDB in LINT.
    
    Reviewed by:    mhorne
    Differential Revision:  https://reviews.freebsd.org/D28098
---
 sys/arm64/conf/NOTES | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index 97ea00d181bd..111d850dc484 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -31,8 +31,6 @@ options 	VFP			# Floating-point support
 options 	RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
 options 	INTRNG
 
-nooptions 	GDB			# Support remote GDB -- not supported
-
 # SoC support
 options 	SOC_ALLWINNER_A64
 options 	SOC_ALLWINNER_H5


More information about the dev-commits-src-all mailing list