Files
meta-external-toolchain/core/recipes-devtools/binutils/binutils-cross_%.bbappend
Christopher Larson 537bc233f7 Various: leverage the tcmode overrides
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2018-03-15 01:53:51 +05:00

7 lines
209 B
Plaintext

do_install_append_tcmode-external () {
install -d ${D}${bindir}/gcc
for i in ${D}${bindir}/${TARGET_PREFIX}*; do
ln -s ../$(basename "$i") ${D}${bindir}/gcc/${i##*/${TARGET_PREFIX}}
done
}