diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makeconfig | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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>. diff --git a/Makeconfig b/Makeconfig index 53513606e2..b7c3f6b018 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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 |