(otherlibs): Added.

2001-04-18  Andreas Jaeger  <aj@suse.de>

	* Makefile (otherlibs): Added.
This commit is contained in:
Andreas Jaeger 2001-04-18 16:06:52 +00:00
parent 2f53aec963
commit 80ff3e3454
3 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-04-18 Andreas Jaeger <aj@suse.de>
* Makefile (otherlibs): Added.
2001-04-18 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.

View file

@ -120,3 +120,8 @@ $(objpfx)crti.o: $(objpfx)crti.S $(objpfx)defs.h
generated += crti.S defs.h pt-initfini.s
endif
ifeq (yes,$(build-static-nss))
otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
$(resolvobjdir)/libresolv.a
endif

View file

@ -64,3 +64,8 @@ endif
ifeq (yes,$(build-bounded))
$(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library)
endif
ifeq (yes,$(build-static-nss))
otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
$(resolvobjdir)/libresolv.a
endif