mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
The toolchain installer can end up modifying the user's PATH via their dotfiles, but if the ia32 sourcery g++ toolchain is always in the user's path, things can fail to build, as the ia32 toolchain provides non-prefixed binaries (e.g. 'gcc', 'ld'). Signed-off-by: Christopher Larson <chris_larson@mentor.com>