Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102115891
D31047.id91779.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
393 B
Referenced Files
None
Subscribers
None
D31047.id91779.diff
View Options
Index: stand/userboot/test/Makefile
===================================================================
--- stand/userboot/test/Makefile
+++ stand/userboot/test/Makefile
@@ -4,6 +4,10 @@
PROG= test
INTERNALPROG=
+.if ${MK_ASAN} != "no" || ${MK_UBSAN} != "no"
+# Avoid linking against a possibly sanitizer-instrumented libgcc_s.so
+NO_SHARED=yes
+.endif
CFLAGS= -I${BOOTSRC}/userboot
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 7:44 PM (18 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14541576
Default Alt Text
D31047.id91779.diff (393 B)
Attached To
Mode
D31047: Fix build of stand/ when building world with ASAN
Attached
Detach File
Event Timeline
Log In to Comment