projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f20ce
)
Add some more changes to handle AIX linker better.
author
drepper
<drepper>
Fri, 13 Jul 2001 06:35:55 +0000
(06:35 +0000)
committer
drepper
<drepper>
Fri, 13 Jul 2001 06:35:55 +0000
(06:35 +0000)
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
5351360
..
b7c3f6b
100644
(file)
--- 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