mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
Update.
2001-07-12 Ulrich Drepper <drepper@redhat.com> * Makeconfig: Add some more changes to handle AIX linker better.
This commit is contained in:
parent
96b58136e3
commit
0a3b7e6a27
@ -1,3 +1,7 @@
|
|||||||
|
2001-07-12 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* Makeconfig: Add some more changes to handle AIX linker better.
|
||||||
|
|
||||||
2001-07-12 H.J. Lu <hjl@gnu.org>
|
2001-07-12 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* sysdeps/generic/segfault.c: Include <errno.h>.
|
* sysdeps/generic/segfault.c: Include <errno.h>.
|
||||||
|
@ -434,7 +434,7 @@ link-libc = -Wl,-rpath-link=$(rpath-link) \
|
|||||||
rpath-dirs = math elf dlfcn nss nis rt resolv crypt
|
rpath-dirs = math elf dlfcn nss nis rt resolv crypt
|
||||||
else
|
else
|
||||||
ifneq (,$(findstring aix,$(config-os)))
|
ifneq (,$(findstring aix,$(config-os)))
|
||||||
link-libc = $(common-objpfx)libc.so \
|
link-libc = $(common-objpfx)libc.a \
|
||||||
$(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
|
$(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
|
||||||
rpath-dirs = math dlfcn nss nis rt resolv crypt
|
rpath-dirs = math dlfcn nss nis rt resolv crypt
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user