kumquat-buildroot/toolchain/toolchain-external
vicencb@gmail.com 066fd9017f toolchain-external: fix musl-based builds on ARMhf platforms
When ARCH is arm and the hard-floating-point option is on executables
expect to find the dynamic linker at /lib/ld-musl-armhf.so.1 and not
/lib/ld-musl-arm.so.1.

This patch adjusts the logic that creates the symbolic link from the
dynamic linker path to the musl C library (since musl has everything
built into a single file).

[Thomas: tweak the commit log.]

Signed-off-by: Vicente Bergas <vicencb@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-28 22:41:22 +02:00
..
Config.in toolchain-external: finish removal of SH2A toolchains 2015-09-08 00:10:27 +02:00
ext-toolchain-wrapper.c toolchain-external wrapper: don't pass march/mcpu if mtune is on cmdline 2015-07-26 15:20:10 +02:00
toolchain-external.hash toolchain-external: finish removal of SH2A toolchains 2015-09-08 00:10:27 +02:00
toolchain-external.mk toolchain-external: fix musl-based builds on ARMhf platforms 2015-09-28 22:41:22 +02:00