Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Mar 2025 20:21:51 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 222c850503d1 - main - kern.mk: Update SSP comment (not limited to GCC)
Message-ID:  <202503142021.52EKLpmG038931@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=222c850503d1cbd5293c04987181a74b9dbe3fcf

commit 222c850503d1cbd5293c04987181a74b9dbe3fcf
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-03-14 20:21:07 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-03-14 20:21:34 +0000

    kern.mk: Update SSP comment (not limited to GCC)
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/conf/kern.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 78a160e73cde..653a798778c4 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -233,7 +233,7 @@ CFLAGS+=	-ffreestanding
 CFLAGS+=	-fwrapv
 
 #
-# GCC SSP support
+# Stack Smashing Protection (SSP) support
 #
 .if ${MK_SSP} != "no"
 CFLAGS+=	-fstack-protector



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