]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Jul 2001 06:40:25 +0000 (06:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Jul 2001 06:40:25 +0000 (06:40 +0000)
2001-07-12  Ulrich Drepper  <drepper@redhat.com>

* Makeconfig: Add some more changes to handle AIX linker better.

ChangeLog
Makeconfig

index ea0766ec47dc8d7cc05a07d9d47c86c39a03b945..0d78ed98616ab7778741cef72c14303daef0ee3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.
index 53513606e236178e7e50a613066b7715d09e5880..b7c3f6b0189c735b751a5edf8d1e52bec599e763 100644 (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
This page took 0.05048 seconds and 5 git commands to generate.