kumquat-buildroot/toolchain
Thomas Petazzoni 34f95bf9db 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>
2015-07-14 10:07:55 +02:00
..
toolchain
toolchain-buildroot aarch64: add big endian(aarch64_be) support 2015-07-12 18:32:37 +02:00
toolchain-external toolchain-external: fix support of uClibc-ng toolchains 2015-07-14 10:07:55 +02:00
Config.in
helpers.mk toolchain/helpers.mk: use --chmod on rsync 2015-07-13 17:13:15 +02:00
toolchain-common.in toolchain: add 4.1.x choice for headers 2015-06-22 18:19:34 +02:00
toolchain.mk