summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-cross-intermediate.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
index 87d11ab476..ea105e6eb0 100644
--- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc
@@ -51,8 +51,7 @@ do_install () {
51 dest=${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/ 51 dest=${D}${libexecdir}/gcc/${TARGET_SYS}/${BINV}/
52 install -d $dest 52 install -d $dest
53 for t in ar as ld nm objcopy objdump ranlib strip g77 gcc cpp gfortran; do 53 for t in ar as ld nm objcopy objdump ranlib strip g77 gcc cpp gfortran; do
54 [ ! -e ${BINRELPATH}/${TARGET_PREFIX}$t ] || \ 54 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t
55 ln -sf ${BINRELPATH}/${TARGET_PREFIX}$t $dest$t
56 done 55 done
57} 56}
58 57