Page MenuHomeFreeBSD

D31047.id91779.diff
No OneTemporary

D31047.id91779.diff

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

Mime Type
text/plain
Expires
Fri, Nov 8, 9:44 PM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14541576
Default Alt Text
D31047.id91779.diff (393 B)

Event Timeline