toolchain-external: fix installation for CodeSourcery AArch64 toolchain
authorRomain Naour <romain.naour@openwide.fr>
Mon, 4 May 2015 22:01:48 +0000 (00:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Apr 2016 13:41:40 +0000 (15:41 +0200)
commit4d39ca1c2ab19766abf0430abe9b65ba0e16602b
treeb30884c5b923d80a526237732290207814b915c4
parent5e1b132495fe8c27af3cfac73d75121f82734c13
toolchain-external: fix installation for CodeSourcery AArch64 toolchain

The extracted toolchain sources contains a single symlink in the
aarch64-linux-gnu/libc/lib directory wich is lost during Buildroot's
staging install.

aarch64-linux-gnu/libc/lib/ld-linux-aarch64.so.1 -> ../lib64/ld-2.18.so

Add a custom post install staging and target hooks to create it
manually.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Thomas: also make the same tweak in the target.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/toolchain-external.mk