8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb8d57 commit 9b04ddcCopy full SHA for 9b04ddc
src/template/netbsd
@@ -1 +1,5 @@
1
# tools/thread/thread_test must be run
2
+case $build in
3
+ *-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
4
+esac
5
+
0 commit comments