]> sourceware.org Git - 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>
Wed, 17 Aug 2016 12:57:01 +0000 (14:57 +0200)
commitd9067fca40b8aac156d73cfa44d6875813555a6c
tree093dd2b5de63ad23ed2a938aa25948941f919cd8
parentc20809709ab330f927c87fefe439554d3b1f643a
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.
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
This page took 0.044118 seconds and 5 git commands to generate.