diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-13 00:37:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-21 21:30:56 -0700 |
commit | ac290a57fd9cba953e62ea2bcb7ad8a38f70b533 (patch) | |
tree | 06c7224ad5a5a5cec5229dc467f3276e67647824 /recipes-core | |
parent | fa7be0c92684401ea143457e96a6c9b520838fcb (diff) | |
download | meta-clang-ac290a57fd9cba953e62ea2bcb7ad8a38f70b533.tar.gz |
clang-cross: Create cross binary copies instead of symlinks
This ensures that search path for subsequent tools e.g. linker
assembler are searched in the same dir where <cross>-clang is
installed. If its a symlink to ../clang then the reference
installation dir is ../ and all cross-tools are not there
so clang may fail to find assembler/linker from cross staging
area and use /usr/bin/ld or /usr/bin/as which we do not want
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-core')
0 files changed, 0 insertions, 0 deletions