1999-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>cvs/libc-as-990322
commitdf455ccb63266939408fba27120a7bbdee3457e9
authorAndreas Schwab <schwab@suse.de>
Sat, 20 Mar 1999 17:16:44 +0000 (20 17:16 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 20 Mar 1999 17:16:44 +0000 (20 17:16 +0000)
tree90c9d9443ad66898f2e6a7cb34cd36984ff2530f
parentbfe1b528468c65f1ad575bfb2a0aea48dd9ded0b
1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* rt/Makefile: Link against static library if no shared lib is
available.
* localedata/Makefile: The shells scripts implementing the test
require the dynamic linker which is not available with
--disable-shared.  Skip the test if --disable-shared is given.
* linuxthreads/Makefile: Link test against static libpthread if no
shared lib is available.
* iconvdata/Makefile (tests): Run iconv-test only if we're
building shared libraries.
* elf/Makefile (tests): Likewise for elf tests.
* posix/Makefile: The test frameworks globtest and wordexp-test
require the dynamic linker which is not available with
--disable-shared.  Skip the test if --disable-shared is given.
* grp/Makefile (otherlibs): For static nss build link against
necessary libs.
* rt/Makefile: Link against static library if no shared lib is
available.

* localedata/Makefile: The shells scripts implementing the test
  require the dynamic linker which is not available with
  --disable-shared.  Skip the test if --disable-shared is given.

* linuxthreads/Makefile: Link test against static libpthread if no
  shared lib is available.

* iconvdata/Makefile (tests): Run iconv-test only if we're
building shared libraries.
* elf/Makefile (tests): Likewise for elf tests.

* posix/Makefile: The test frameworks globtest and wordexp-test
require the dynamic linker which is not available with
--disable-shared.  Skip the test if --disable-shared is given.

* grp/Makefile (otherlibs): For static nss build link against
necessary libs.

1999-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
ChangeLog
grp/Makefile
iconvdata/Makefile
linuxthreads/Makefile
localedata/Makefile
posix/Makefile
rt/Makefile