toolchain-external: add missing symlink for Linaro toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Oct 2013 20:54:00 +0000 (21:54 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Oct 2013 18:10:06 +0000 (19:10 +0100)
commitb3e3d5fc28b26291d48adad96e92e27c86183673
tree6cc0514d70ef3bfd928dfffdb8abfd2114b1d0a8
parent1690fca4648347979d00512891982e4eed74b843
toolchain-external: add missing symlink for Linaro toolchains

In 11ec38b6950 ("toolchain-external: fix Linaro ARM toolchain
support"), we fixed the support for Linaro EABIhf toolchains by adding
a /lib/arm-linux-gnueabihf -> /lib symbolic link. This is needed
because the dynamic loader looks for libraries in
/lib/arm-linux-gnueabihf rather than the usual /lib, but Buildroot
installs all libraries in /lib.

However, we forgot that the dynamic loader also loads libraries from
/usr/lib/arm-linux-gnueabihf rather than /usr/lib, so this patch fixes
that by adding the necessary symbolic link.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
toolchain/toolchain-external/toolchain-external.mk