mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-10 18:05:28 +02:00
binutils-external-cross: only link ld.bfd if necessary
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -15,5 +15,7 @@ EXTERNAL_CROSS_BINARIES = "ar as ld nm objcopy objdump ranlib strip \
|
||||
strings"
|
||||
|
||||
do_install_append () {
|
||||
ln -s ${TARGET_PREFIX}ld ${D}${bindir}/${TARGET_PREFIX}ld.bfd
|
||||
if [ ! -e ${D}${bindir}/${TARGET_PREFIX}ld.bfd ]; then
|
||||
ln -s ${TARGET_PREFIX}ld ${D}${bindir}/${TARGET_PREFIX}ld.bfd
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user