Skip to content
Snippets Groups Projects
Commit 9b04ddc1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add NetBSD thread compile flags.

parent cfb8d57b
No related branches found
No related tags found
No related merge requests found
# tools/thread/thread_test must be run
case $build in
*-netbsdelf[2-9]*) THREAD_CPPFLAGS="-pthread"; THREAD_LIBS="-pthread" ;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment