The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=36a2f5b81743b45c2cb7ec933e306eff20477dcf
commit 36a2f5b81743b45c2cb7ec933e306eff20477dcf Author: John Baldwin <[email protected]> AuthorDate: 2021-01-11 22:26:59 +0000 Commit: John Baldwin <[email protected]> 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
