Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F170488786
D7746.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
396 B
Referenced Files
None
Subscribers
None
D7746.id.diff
View Options
Index: head/share/mk/src.opts.mk
===================================================================
--- head/share/mk/src.opts.mk
+++ head/share/mk/src.opts.mk
@@ -289,6 +289,10 @@
# Force some options off if their dependencies are off.
# Order is somewhat important.
#
+.if !${COMPILER_FEATURES:Mc++11}
+MK_LLVM_LIBUNWIND:= no
+.endif
+
.if ${MK_LIBPTHREAD} == "no"
MK_LIBTHR:= no
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Sep 6, 1:48 AM (1 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38344015
Default Alt Text
D7746.id.diff (396 B)
Attached To
Mode
D7746: disable LLVM libunwind if we don't have a C++11 compiler
Attached
Detach File
Event Timeline
Log In to Comment