]> 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 09:35:45 +0000 (11:35 +0200)
commite2e4984ad62330fa1d328d9eeb0a3e42620825b6
treebf87f5aa4b59092055b8f2a1aed7d2377265e1ed
parent0ba4a7522b9491ad32713ab87990e627ef196de4
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