3 # Please check with tech-pkg@netbsd.org before making modifications
7 cccdlflags="-DPIC $cccdlflags"
9 ccflags="-D_ALL_SOURCE $ccflags"
12 lddlflags="-shared $lddlflags"
18 # This script UU/usethreads.cbu will get 'called-back' by Configure
19 # after it has prompted the user for whether to use threads.
20 cat > UU/usethreads.cbu <<'EOCBU'
23 ccflags="-D_REENTRANT $ccflags"
24 libswanted="$libswanted pthread"