diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils.inc b/meta/recipes-devtools/binutils/binutils.inc index 4119960c63..e93cd50b20 100644 --- a/meta/recipes-devtools/binutils/binutils.inc +++ b/meta/recipes-devtools/binutils/binutils.inc | |||
@@ -152,6 +152,11 @@ do_install () { | |||
152 | install -m 644 ${S}/include/ansidecl.h ${D}${includedir} | 152 | install -m 644 ${S}/include/ansidecl.h ${D}${includedir} |
153 | install -m 644 ${S}/include/libiberty.h ${D}${includedir} | 153 | install -m 644 ${S}/include/libiberty.h ${D}${includedir} |
154 | 154 | ||
155 | # insall pic version of libiberty if available | ||
156 | if [ -e ${B}/libiberty/pic/libiberty.a ]; then | ||
157 | install -Dm 0644 ${B}/libiberty/pic/libiberty.a ${D}${libdir}/libiberty.a | ||
158 | fi | ||
159 | |||
155 | cd ${D}${bindir} | 160 | cd ${D}${bindir} |
156 | 161 | ||
157 | # Symlinks for ease of running these on the native target | 162 | # Symlinks for ease of running these on the native target |