diff options
author | Samuli Piippo <samuli.piippo@gmail.com> | 2022-09-16 07:41:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:07 +0100 |
commit | 971cb0c9af502d568f9f050248c372c3b684d2d6 (patch) | |
tree | aac127fb5413bd82e36d87a6faecb790582865c9 /meta/recipes-devtools/gcc | |
parent | 1df1cfcd978604975355a7cded98b099f147170e (diff) | |
download | poky-971cb0c9af502d568f9f050248c372c3b684d2d6.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: 53ae417c63a4a7ff4a729d3653a31cf1c0758f10)
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 |
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/ |