git: 222c850503d1 - main - kern.mk: Update SSP comment (not limited to GCC)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Mar 2025 20:21:51 UTC
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