summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@gmail.com>2022-09-16 07:41:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-28 08:02:11 +0100
commit27086f89c81db23658fb3c427a7fbfa57675907b (patch)
tree38360fe30b78bfe6f8a317e1fa7a2812d03145b5
parent8fc71a7603f0bcd1ed5df83de87984dc7447c1ef (diff)
downloadpoky-27086f89c81db23658fb3c427a7fbfa57675907b.tar.gz
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: 3d13ef9e457ad3854c5e9bc37f8ea9a6b0e6c54f) Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 53ae417c63a4a7ff4a729d3653a31cf1c0758f10) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index a87b446c4f..38c972aa7c 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -134,8 +134,6 @@ do_install () {
134 134
135 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix 135 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix
136 done 136 done
137 t=real-ld
138 ln -sf ${BINRELPATH}/${TARGET_PREFIX}ld$suffix $dest$t$suffix
139 137
140 # libquadmath headers need to be available in the gcc libexec dir 138 # libquadmath headers need to be available in the gcc libexec dir
141 install -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/ 139 install -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/