]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
toolchain/toolchain-external: libatomic should also be copied for musl toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 16 Jan 2018 22:48:08 +0000 (23:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 21 Jan 2018 20:17:28 +0000 (21:17 +0100)
commit0cf9b6cebd4ee18d201b495c071fc140d1976cd6
tree55f74ef5f19aeb371d5832ff339f62b10f5c36a0
parent71c80c0b690a4adfe298ebb581e81791cc831edc
toolchain/toolchain-external: libatomic should also be copied for musl toolchains

libatomic, like libgcc_s, is provided by gcc, so there is no reason to
copy it over only for the glibc and uclibc cases, it should also be
copied for the musl case. Without this, a program linked with
libatomic on a musl system will fail to run due to the missing
library.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit ece9385523351d20e314bddc1f277aef8de7fb40)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/pkg-toolchain-external.mk