]> git.ipfire.org Git - thirdparty/glibc.git/commit
Do not override objects in libc.a in other static libraries [BZ #20452]
authorFlorian Weimer <fweimer@redhat.com>
Wed, 17 Aug 2016 12:57:00 +0000 (14:57 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 18 Aug 2016 10:57:39 +0000 (12:57 +0200)
commit3a97372dbe373e02cb1d4053a449d246c32cf454
tree876a2cd507a565a72f20680d1575f4af6b600105
parent026671037948fd31009243a2173278dfa0ac9b25
Do not override objects in libc.a in other static libraries [BZ #20452]

With this change, we no longer add sysdep.o and similar objects which
are present in libc.a to other static libraries.

(cherry picked from commit d9067fca40b8aac156d73cfa44d6875813555a6c)
14 files changed:
ChangeLog
sysdeps/ia64/nptl/Makefile
sysdeps/mips/Makefile
sysdeps/mips/nptl/Makefile
sysdeps/s390/nptl/Makefile
sysdeps/unix/alpha/Makefile
sysdeps/unix/sysv/linux/alpha/Makefile
sysdeps/unix/sysv/linux/i386/Makefile
sysdeps/unix/sysv/linux/ia64/Makefile
sysdeps/unix/sysv/linux/microblaze/Makefile
sysdeps/unix/sysv/linux/powerpc/Makefile
sysdeps/unix/sysv/linux/s390/Makefile
sysdeps/unix/sysv/linux/sparc/Makefile
sysdeps/unix/sysv/linux/tile/Makefile