mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 22:53:37 +08:00
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
since it sets the variables we use in a -D switch.
This commit is contained in:
parent
8102f4f96e
commit
656f8223ec
@ -1,3 +1,8 @@
|
||||
2002-08-02 Roland McGrath <roland@frob.com>
|
||||
|
||||
* elf/Makefile ($(objpfx)interp.os): Depend on config.make,
|
||||
since it sets the variables we use in a -D switch.
|
||||
|
||||
2002-08-02 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
|
||||
|
@ -179,6 +179,7 @@ $(objpfx)ld.so: $(objpfx)librtld.os $(ld-map)
|
||||
|
||||
# interp.c exists just to get this string into the libraries.
|
||||
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"'
|
||||
$(objpfx)interp.os: $(common-objpfx)config.make
|
||||
|
||||
ifneq (ld.so,$(rtld-installed-name))
|
||||
# Make sure ld.so.1 exists in the build directory so we can link
|
||||
|
Loading…
Reference in New Issue
Block a user