Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2025 18:36:25 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 275b0935fb56 - stable/14 - kern.mk: Update SSP comment (not limited to GCC)
Message-ID:  <202503261836.52QIaPYa071654@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=275b0935fb56beb7dbe32bbcdf3daa3a9c18335e

commit 275b0935fb56beb7dbe32bbcdf3daa3a9c18335e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-03-14 20:21:07 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-03-26 18:36:13 +0000

    kern.mk: Update SSP comment (not limited to GCC)
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 222c850503d1cbd5293c04987181a74b9dbe3fcf)
---
 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 38d0664538ea..e37665ac374c 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -228,7 +228,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?202503261836.52QIaPYa071654>