kumquat-buildroot/toolchain/toolchain-external
Yann Droneaud 2e6f417d7e toolchain/external: copy libssp.so if SSP is enabled
In Buildroot, the internal toolchain backend uses the SSP support from
the C library, not that of gcc.

Some external toolchains come with SSP suport in gcc, which is
implemented in libssp.so, rather than in the C library.

When a toolchain even has both, it is up to the compiler to decide
whether it will link to libssp or use the support from the C library.

However, in the latter case, a (incorrectly written) package may decide
to explicitly link with libssp.so when it is available (even though the
compiler may have decided otherwise if left by itself). This is the case
for example with sox, which results in runtime failures, such as:

    $ sox
    sox: error while loading shared libraries: libssp.so.0: cannot open
    shared object file: No such file or directory

Even if sox is wrong in doing so, the case for libssp-only toolchains is
still valid, and we must copy it as we copy other libs.

Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 971479ed62)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-10-30 13:42:04 +01:00
..
toolchain-external-arm-aarch64 toolchain-external: update Arm AArch64 toolchain 8.2-2018.11 2019-01-04 12:45:17 +01:00
toolchain-external-arm-aarch64-be toolchain-external: update Arm AArch64-BE toolchain 8.2-2018.11 2019-01-04 12:45:02 +01:00
toolchain-external-arm-arm toolchain-external: update Arm ARM toolchain 8.2-2018.11 2019-01-04 12:44:51 +01:00
toolchain-external-codescape-img-mips toolchain/toolchain-external-codescape-img-mips: rewrap Config.in help text 2018-12-01 22:58:36 +01:00
toolchain-external-codescape-mti-mips toolchain/toolchain-external-codescape-mti-mips: rewrap Config.in.help text 2018-12-01 22:57:40 +01:00
toolchain-external-codesourcery-aarch64 toolchain/external: hide versions too old for the current arch 2017-11-24 22:16:19 +01:00
toolchain-external-codesourcery-amd64 toolchain: CodeSourcery AMD64 affected by PR20006 2018-11-29 21:22:18 +01:00
toolchain-external-codesourcery-arm arch/arm: armv8 is really armv8a 2017-11-24 23:01:41 +01:00
toolchain-external-codesourcery-mips toolchain/external: hide versions too old for the current arch 2017-11-24 22:16:19 +01:00
toolchain-external-codesourcery-niosII toolchain-external: bump CodeSourcery NIOSII to 2018.05 2018-05-30 22:51:29 +02:00
toolchain-external-custom toolchain/toolchain-external-custom: support Linux 4.20 kernel headers 2019-01-01 22:57:21 +01:00
toolchain-external-linaro-aarch64 toolchain-external: bump version of Linaro AArch64 toolchain to 7.3-2018.05 2018-06-23 17:19:40 +02:00
toolchain-external-linaro-aarch64-be toolchain-external-linaro-aarch64-be: new package 2018-06-28 22:15:55 +02:00
toolchain-external-linaro-arm toolchain-external: bump version of Linaro ARM toolchain to 7.3-2018.05 2018-06-23 17:20:09 +02:00
toolchain-external-linaro-armeb toolchain-external: bump version of Linaro ARMeb toolchain to 7.3-2018.05 2018-06-23 17:20:19 +02:00
toolchain-external-synopsys-arc toolchain: bump ARC prebuild toolchain to arc-2018.09 2018-11-29 21:39:44 +01:00
Config.in toolchain-external: add Arm AArch64-BE toolchain 8.2-2018.08 2018-10-20 17:12:21 +02:00
pkg-toolchain-external.mk toolchain/external: copy libssp.so if SSP is enabled 2019-10-30 13:42:04 +01:00
toolchain-external.mk Fix makefile include order by using sort/wildcard. 2017-11-24 00:08:23 +01:00