7 cccdlflags="-DPIC $cccdlflags"
9 ccflags="-D_ALL_SOURCE $ccflags"
12 lddlflags="-shared $lddlflags"
20 '') plibpth=`LANG=C LC_ALL=C $cc -print-search-dirs | grep libraries |
21 cut -f2- -d= | tr ':' $trnl | grep -v 'gcc' | sed -e 's:/$::'`
22 set X $plibpth # Collapse all entries on one line
28 # This script UU/usethreads.cbu will get 'called-back' by Configure
29 # after it has prompted the user for whether to use threads.
30 cat > UU/usethreads.cbu <<'EOCBU'
33 ccflags="-D_REENTRANT $ccflags"
34 libswanted="$libswanted pthread"