mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
(otherlibs): Added.
2001-04-18 Andreas Jaeger <aj@suse.de> * Makefile (otherlibs): Added.
This commit is contained in:
parent
2f53aec963
commit
80ff3e3454
@ -1,3 +1,7 @@
|
|||||||
|
2001-04-18 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* Makefile (otherlibs): Added.
|
||||||
|
|
||||||
2001-04-18 Jakub Jelinek <jakub@redhat.com>
|
2001-04-18 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
|
* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
|
||||||
|
@ -120,3 +120,8 @@ $(objpfx)crti.o: $(objpfx)crti.S $(objpfx)defs.h
|
|||||||
|
|
||||||
generated += crti.S defs.h pt-initfini.s
|
generated += crti.S defs.h pt-initfini.s
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq (yes,$(build-static-nss))
|
||||||
|
otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
|
||||||
|
$(resolvobjdir)/libresolv.a
|
||||||
|
endif
|
||||||
|
@ -64,3 +64,8 @@ endif
|
|||||||
ifeq (yes,$(build-bounded))
|
ifeq (yes,$(build-bounded))
|
||||||
$(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library)
|
$(tests:%=$(objpfx)%-bp): $(objpfx)librt_b.a $(bounded-thread-library)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq (yes,$(build-static-nss))
|
||||||
|
otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
|
||||||
|
$(resolvobjdir)/libresolv.a
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user