Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156887640
D28632.id83792.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
499 B
Referenced Files
None
Subscribers
None
D28632.id83792.diff
View Options
Index: share/mk/bsd.compiler.mk
===================================================================
--- share/mk/bsd.compiler.mk
+++ share/mk/bsd.compiler.mk
@@ -226,6 +226,10 @@
.if ${${X_}COMPILER_TYPE} == "clang"
${X_}COMPILER_FEATURES+= retpoline init-all
.endif
+.if ${${X_}COMPILER_TYPE} == "clang" && ${${X_}COMPILER_VERSION} >= 100000 || \
+ (${${X_}COMPILER_TYPE} == "gcc" && ${${X_}COMPILER_VERSION} >= 80100)
+${X_}COMPILER_FEATURES+= fileprefixmap
+.endif
.else
# Use CC's values
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, May 18, 2:26 AM (7 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33230080
Default Alt Text
D28632.id83792.diff (499 B)
Attached To
Mode
D28632: Add fileprefixmap compiler feature
Attached
Detach File
Event Timeline
Log In to Comment