]> 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)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 17 Jan 2018 21:37:59 +0000 (22:37 +0100)
commitece9385523351d20e314bddc1f277aef8de7fb40
treee45d00357a232f9e0307342bca8dde57326f2fa2
parentfe02162326c0e67d3a9d9e49afc89849edd0970a
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>
toolchain/toolchain-external/pkg-toolchain-external.mk