buildrootschalter/toolchain/toolchain-external
Thomas Petazzoni e1f0804cc1 external-toolchain: add support for recent Linaro toolchains
Starting from 2012.03, the Linaro toolchains have separated the GCC
support libraries (libstdc++, libgcc_s) from the sysroot itself. So we
no longer have the case where all libraries are inside the sysroot, as
we had for all the previously supported toolchains.

Therefore, we add some logic to detect if such a separate directory is
used for GCC support libraries, and if it's the case, we make sure
that we take into account this directory when creating our own
sysroot, and when copying libraries to the target filesystem.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-05-07 17:08:37 +02:00
..
Config.in toolchain/microblaze: fix up big-endian characteristics 2012-04-04 22:46:07 +02:00
ext-tool.mk external-toolchain: add support for recent Linaro toolchains 2012-05-07 17:08:37 +02:00
ext-toolchain-wrapper.c ext-toolchain: Automatically set -m64 if the architecture is x86_64 2012-03-15 00:00:57 +01:00