buildroot/toolchain
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
..
toolchain toolchain: introduce a virtual package 2013-10-09 12:30:44 +02:00
toolchain-buildroot toolchain-buildroot: convert to the package infrastructure 2013-10-09 14:29:38 +02:00
toolchain-external toolchain-external: fix Linaro ARM toolchain support 2013-10-09 16:09:59 +02:00
Config.in toolchain-external: add support for musl C library 2013-10-09 16:01:25 +02:00
helpers.mk toolchain-external: improve target library copy logic 2013-10-09 16:08:30 +02:00
toolchain-common.in toolchain-crosstool-ng: remove support 2013-10-06 20:50:41 +02:00