mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Don't include link-libc-static in +link-static-before-libc.
This commit is contained in:
parent
472371b9b0
commit
d173d12e77
@ -1,5 +1,8 @@
|
||||
2012-10-10 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* Makeconfig (+link-static-before-libc): Don't include
|
||||
$(link-static-libc).
|
||||
|
||||
* libio/libio.h (_IO_pos_t): Remove.
|
||||
|
||||
2012-10-10 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user