We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3505226 commit 87735b5Copy full SHA for 87735b5
compiler-rt/lib/tsan/go/buildgo.sh
@@ -87,6 +87,10 @@ elif [ "`uname -a | grep FreeBSD`" != "" ]; then
87
../../sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
88
"
89
elif [ "`uname -a | grep NetBSD`" != "" ]; then
90
+ # The resulting object still depends on libc.
91
+ # We removed this dependency for Go runtime for other OSes,
92
+ # and we should remove it for NetBSD as well, but there is no pressing need.
93
+ DEPENDS_ON_LIBC=1
94
SUFFIX="netbsd_amd64"
95
OSCFLAGS="-fno-strict-aliasing -fPIC -Werror"
96
ARCHCFLAGS="-m64"
0 commit comments