mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Revert "gcc-cross-canadian: Add symlink to real-ld alongside other symlinks"
This reverts commit cdd86896c8d29135f937968e9aa07f919cf543d3. real-ld is always used if that is found, which means you cannot switch between bfd and gold linkers using -fuse-ld gcc option. (From OE-Core rev: 53ae417c63a4a7ff4a729d3653a31cf1c0758f10) Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1df1cfcd97
commit
971cb0c9af
@@ -134,8 +134,6 @@ 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