Add NetBSD thread compile flags.

This commit is contained in:
Bruce Momjian 2004-04-20 14:36:49 +00:00
parent cfb8d57ba1
commit 9b04ddc185
1 changed files with 4 additions and 0 deletions

View File

@ -1 +1,5 @@
# tools/thread/thread_test must be run
case $build in
*-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
esac