2 # Last modified: Thu Dec 10 20:47:28 CET 1998
3 # Mark Kettenis <kettenis@phys.uva.nl>
5 # libnsl is unusable on the Hurd.
6 # XXX remove this once SUNRPC is implemented.
7 set `echo X "$libswanted "| sed -e 's/ nsl / /' -e 's/ c / pthread /'`
11 # Debian 4.0 puts ndbm in the -lgdbm_compat library.
12 libswanted="$libswanted gdbm_compat"
19 '') plibpth=`gcc -print-search-dirs | grep libraries |
20 cut -f2- -d= | tr ':' $trnl | grep -v 'gcc' | sed -e 's:/$::'`
21 set X $plibpth # Collapse all entries on one line
27 # Flags needed to produce shared libraries.
30 # Flags needed by programs that use dynamic linking.
34 ccflags="-D_GNU_SOURCE $ccflags"
36 # The following routines are only available as stubs in GNU libc.
37 # XXX remove this once metaconf detects the GNU libc stubs.