kumquat-buildroot/toolchain/toolchain-external
Thomas Petazzoni 11ec38b695 toolchain-external: fix Linaro ARM toolchain support
This commit fixes bug #6452 (eglibc from Linaro 2013.07 not copied to
target correctly) by:

 * Copying only the relevant library loader to the target on ARMhf
   (i.e ld-linux-armhf.so and not ld.so*). This is needed since Linaro
   toolchains provide two library loaders, one ARMv7 hf, and one ARMv4
   soft-float.

 * Making sure a $(TARGET_DIR)/lib/arm-linux-gnueabihf/ symbolic link
   to $(TARGET_DIR)/lib/ exists, since the dynamic loader of Linaro
   toolchains expects libraries to be found in
   $(TARGET_DIR)/lib/arm-linux-gnueabihf/.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-10-09 16:09:59 +02:00
..
Config.in toolchain-external: update Linaro AArch64 toolchain 2013-10-09 16:07:29 +02:00
ext-toolchain-wrapper.c toolchain-wrapper: minor code style fixup 2013-09-23 09:45:56 +02:00
toolchain-external.mk toolchain-external: fix Linaro ARM toolchain support 2013-10-09 16:09:59 +02:00