diff options
-rw-r--r-- | meta-oe/recipes-devtools/binutils/binutils.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/binutils/binutils.inc b/meta-oe/recipes-devtools/binutils/binutils.inc index d9e859ef2b..f8fc7b8898 100644 --- a/meta-oe/recipes-devtools/binutils/binutils.inc +++ b/meta-oe/recipes-devtools/binutils/binutils.inc | |||
@@ -109,8 +109,8 @@ do_install () { | |||
109 | cd ${D}${bindir} | 109 | cd ${D}${bindir} |
110 | 110 | ||
111 | # Symlinks for ease of running these on the native target | 111 | # Symlinks for ease of running these on the native target |
112 | for p in ${TARGET_SYS}-* ; do | 112 | for p in ${TARGET_PREFIX}* ; do |
113 | ln -sf $p `echo $p | sed -e s,${TARGET_SYS}-,,` | 113 | ln -sf $p `echo $p | sed -e s,${TARGET_PREFIX},,` |
114 | done | 114 | done |
115 | 115 | ||
116 | rm ${D}${bindir}/ar ${D}${bindir}/strings | 116 | rm ${D}${bindir}/ar ${D}${bindir}/strings |