From 0a3b7e6a274a957e4c26a9ed2118dfd89470121c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 13 Jul 2001 06:40:25 +0000 Subject: Update. 2001-07-12 Ulrich Drepper * Makeconfig: Add some more changes to handle AIX linker better. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') 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 -- cgit v1.2.3