mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
6 lines
141 B
Bash
6 lines
141 B
Bash
do_compile:append:tcmode-external () {
|
|
if [ -e support/bash.pc ] ; then
|
|
sed -i -e 's#-B${gcc_bindir}##' support/bash.pc
|
|
fi
|
|
}
|