mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
Lite toolchains don't include support for native libraries and thus -msgxx-glibc is not a valid option. Added a check to see if the tools contain a license directory to determine whether a pro (true) or lite (false) toolchain is being used and set TUNE_CCARGS_append_x86 accordingly. Tested with both Lite and pro toolchains. Signed-off-by: Michael Powell <michael_powell@mentor.com>