mirror of
https://git.yoctoproject.org/poky
synced 2026-05-20 02:27:54 +02:00
gcc-cross-canadian: Add symlink to real-ld alongside other symlinks
In some cases such as cross architecture configurations (using mips-X-linux on mips64-X-linux), gcc can get confused about finding a 'real' version of ld. Adding a symlink to 'real-ld' allowed these configurations to work properly. (From OE-Core rev: cdd86896c8d29135f937968e9aa07f919cf543d3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -141,6 +141,8 @@ do_install () {
|
||||
|
||||
ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix
|
||||
done
|
||||
t=real-ld
|
||||
ln -sf ${BINRELPATH}/${TARGET_PREFIX}ld$suffix $dest$t$suffix
|
||||
|
||||
# libquadmath headers need to be available in the gcc libexec dir
|
||||
install -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/
|
||||
|
||||
Reference in New Issue
Block a user