kumquat-buildroot/package/glibc
Thomas Petazzoni 2c877590b3 glibc: install libmvec.so when available
On some architectures (namely x86-64), glibc may provide a libmvec
library since glibc 2.22, which programs built with gcc OpenMP support
might get linked to.

In order for these programs to work on the target, we need to copy
this library to the target filesystem.

This commit takes care of this for the glibc package (used for the
internal toolchain backend). Note that libraries listed in
GLIBC_LIBS_LIB are silently ignored if they don't exist. Therefore, we
don't need to have any condition on the architecture or glibc version.

For more details on libmvec, see
https://sourceware.org/glibc/wiki/libmvec.

Fixes bug #9111.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-10-27 10:40:15 +02:00
..
2.22 glibc: fix MIPS and SPARC builds for glibc < 2.24 with recent binutils 2016-09-08 20:27:19 +02:00
2.23 glibc: fix MIPS and SPARC builds for glibc < 2.24 with recent binutils 2016-09-08 20:27:19 +02:00
Config.in glibc: remove unnecessary !BR2_sparc dependencies 2016-08-22 22:45:29 +02:00
glibc.hash
glibc.mk glibc: install libmvec.so when available 2016-10-27 10:40:15 +02:00
nsswitch.conf