diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-10 21:07:20 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-10 21:07:20 +0000 |
commit | d173d12e77c2ba9c46717353891f817333ce4995 (patch) | |
tree | c443871a7a21f0f49e7d8a06553ea05e09d467d4 /Makeconfig | |
parent | 472371b9b0bda52662ed869bad1461a93fa11077 (diff) | |
download | glibc-d173d12e77c2ba9c46717353891f817333ce4995.tar.gz |
Don't include link-libc-static in +link-static-before-libc.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 6a54bf32f6..f451ec22b4 100644 --- a/Makeconfig +++ b/Makeconfig @@ -434,7 +434,7 @@ ifndef +link-static $(start-installed-name))\ $(+preinit) $(link-extra-libs-static) \ $(common-objpfx)libc% $(+postinit),$^) \ - $(link-extra-libs-static) $(link-libc-static) + $(link-extra-libs-static) +link-static-after-libc = $(+postctorT) $(+postinit) +link-static = $(+link-static-before-libc) $(link-libc-static) \ $(+link-static-after-libc) |