mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
gcc: obey EXTERNAL_ENABLED in the bbappend
Signed-off-by: Christopher Larson <kergoth@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# FIXME: resolve gcc version mismatch issues with ${libdir}/gcc/*/<version>
|
||||
# filesystem paths
|
||||
python () {
|
||||
if d.getVar('TCMODE', True).startswith('external'):
|
||||
if d.getVar('EXTERNAL_ENABLED'):
|
||||
# unwind.h will come from libgcc-external, we don't want to try to pull it
|
||||
# from the cross area of the sysroot
|
||||
inst = d.getVar('do_install', False).splitlines()
|
||||
|
||||
Reference in New Issue
Block a user