toolchain-external: fix support of uClibc-ng toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 13 Jul 2015 10:56:14 +0000 (12:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 14 Jul 2015 08:07:55 +0000 (10:07 +0200)
commit34f95bf9dbb0a2698d425975d83a92fa5e7ca0aa
tree714ff5c6c7a83d92450d65068e48a9a5a38d03e3
parent3318a5a798a37bd2b55feb619f8d0a90b9c7ddd2
toolchain-external: fix support of uClibc-ng toolchains

The uClibc-ng dynamic loader is called ld-uClibc.so.1, but gcc is not
patched specifically for uClibc-ng, so it continues to generate
binaries that expect the dynamic loader to be named ld-uClibc.so.0,
like with the original uClibc.

Therefore, when a uClibc-ng toolchain is used as an external
toolchain, we need to create an additional symbolic link to make
uClibc-ng systems work properly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/toolchain-external.mk