2001-07-12  Ulrich Drepper  <drepper@redhat.com>

	* Makeconfig: Add some more changes to handle AIX linker better.
This commit is contained in:
Ulrich Drepper 2001-07-13 06:40:25 +00:00
parent 96b58136e3
commit 0a3b7e6a27
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* sysdeps/generic/segfault.c: Include <errno.h>.

View File

@ -434,7 +434,7 @@ link-libc = -Wl,-rpath-link=$(rpath-link) \
rpath-dirs = math elf dlfcn nss nis rt resolv crypt
else
ifneq (,$(findstring aix,$(config-os)))
link-libc = $(common-objpfx)libc.so \
link-libc = $(common-objpfx)libc.a \
$(common-objpfx)$(patsubst %,$(libtype.oS),c) $(gnulib)
rpath-dirs = math dlfcn nss nis rt resolv crypt
endif