summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-canadian.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
index 750a4f2113..07ecfee8cf 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-canadian.inc
@@ -141,6 +141,8 @@ do_install () {
141 141
142 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix 142 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t$suffix $dest$t$suffix
143 done 143 done
144 t=real-ld
145 ln -sf ${BINRELPATH}/${TARGET_PREFIX}ld$suffix $dest$t$suffix
144 146
145 # libquadmath headers need to be available in the gcc libexec dir 147 # libquadmath headers need to be available in the gcc libexec dir
146 install -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/ 148 install -d ${D}${libdir}/gcc/${TARGET_SYS}/${BINV}/include/