buildroot/toolchain
Vicente Olivert Riera 2d3625deae toolchain-external: hook for Codescape toolchain side-by-side layout
The Codescape toolchain uses a sysroot layout that places them
side-by-side instead of nested like multilibs. A symlink is needed much
like for the nested sysroots which are handled in copy_toolchain_sysroot
but there is not enough information in there to determine whether the
sysroot layout was nested or side-by-side.

For the above reason plus the fact that this is the only toolchain
needing this, better to handle that symlink creation using a hook which
will be executed only when that toolchain is selected.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-07 23:41:36 +02:00
..
toolchain
toolchain-buildroot uclibc: the internal toolchain only uses uClibc-ng 2016-06-06 22:26:08 +02:00
toolchain-external toolchain-external: hook for Codescape toolchain side-by-side layout 2016-06-07 23:41:36 +02:00
Config.in toolchain: improve SSP logic 2016-05-23 21:07:24 +02:00
helpers.mk Revert "toolchain: allow side by side sysroot directories" 2016-06-07 23:27:10 +02:00
toolchain-common.in
toolchain-wrapper.c
toolchain-wrapper.mk
toolchain.mk