Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154785801
D3924.id9473.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
710 B
Referenced Files
None
Subscribers
None
D3924.id9473.diff
View Options
Index: head/share/mk/bsd.sys.mk
===================================================================
--- head/share/mk/bsd.sys.mk
+++ head/share/mk/bsd.sys.mk
@@ -148,9 +148,13 @@
.if ${MK_SSP} != "no" && \
${MACHINE_CPUARCH} != "arm" && ${MACHINE_CPUARCH} != "mips"
+.if (${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30500) || \
+ (${COMPILER_TYPE} == "gcc" && \
+ (${COMPILER_VERSION} == 40201 || ${COMPILER_VERSION} >= 40800))
# Don't use -Wstack-protector as it breaks world with -Werror.
SSP_CFLAGS?= -fstack-protector-strong
CFLAGS+= ${SSP_CFLAGS}
+.endif
.endif # SSP && !ARM && !MIPS
# Allow user-specified additional warning flags, plus compiler specific flag overrides.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 30, 11:01 AM (5 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32500076
Default Alt Text
D3924.id9473.diff (710 B)
Attached To
Mode
D3924: Only use -fstack-protector-strong with supported compilers
Attached
Detach File
Event Timeline
Log In to Comment