mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* elf/Makefile (subdir_lib): Depend on ld.so.
This commit is contained in:
parent
70c7151893
commit
1796d83f0f
@ -1,3 +1,7 @@
|
|||||||
|
Mon May 13 19:52:33 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||||
|
|
||||||
|
* elf/Makefile (subdir_lib): Depend on ld.so.
|
||||||
|
|
||||||
Sun May 12 22:52:22 1996 Bruce Elliott <belliott@accessone.com>
|
Sun May 12 22:52:22 1996 Bruce Elliott <belliott@accessone.com>
|
||||||
|
|
||||||
* stdio-common/vfprintf.c: Correct handling of unsigned short
|
* stdio-common/vfprintf.c: Correct handling of unsigned short
|
||||||
|
@ -43,9 +43,14 @@ generated = librtld.so dl-allobjs.so
|
|||||||
install-others = $(slibdir)/$(rtld-installed-name)
|
install-others = $(slibdir)/$(rtld-installed-name)
|
||||||
install-bin = ldd
|
install-bin = ldd
|
||||||
|
|
||||||
|
# Make sure this is built in the `make lib' pass so it can be used
|
||||||
|
# to run programs during the `make others' pass.
|
||||||
|
subdir_lib: $(objpfx)ld.so
|
||||||
|
|
||||||
ifneq (,$(filter linux%,$(config-os)))
|
ifneq (,$(filter linux%,$(config-os)))
|
||||||
extra-objs += linux-compat.so
|
extra-objs += linux-compat.so
|
||||||
install-others += $(slibdir)/ld-linux.so.1
|
install-others += $(slibdir)/ld-linux.so.1
|
||||||
|
subdir_lib: $(objpfx)ld-linux.so.1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user