diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-13 06:40:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-13 06:40:25 +0000 |
commit | 0a3b7e6a274a957e4c26a9ed2118dfd89470121c (patch) | |
tree | de7d76b4169c9cabdb493ee136eea3836f7ca366 /Makeconfig | |
parent | 96b58136e34438446919fff1a35cadc13b23efc8 (diff) | |
download | glibc-0a3b7e6a274a957e4c26a9ed2118dfd89470121c.tar.gz glibc-0a3b7e6a274a957e4c26a9ed2118dfd89470121c.tar.xz glibc-0a3b7e6a274a957e4c26a9ed2118dfd89470121c.zip |
Update.
2001-07-12 Ulrich Drepper <drepper@redhat.com> * Makeconfig: Add some more changes to handle AIX linker better.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |