binutils: build host version statically
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 Oct 2011 21:19:10 +0000 (23:19 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 Oct 2011 21:19:10 +0000 (23:19 +0200)
commita1c10778092702f8856c1cc92126ef9801952d74
treec7c6d26f32f28b7bb8f241f48e1474b1980cdd22
parent1c20b39cf31bff85a8cf35e3bb2d8a9bbf436b16
binutils: build host version statically

Otherwise we end up with libbfd/libopcodes in host/usr/$BUILD/$TARGET/lib,
used by the binaries. Unfortunately it also adds rpaths, which first look
in the build directory before here, causing trouble if the toolchain is
used outside BR (E.G. for a SDK) and the build directory location reused
for another incompatible build (E.G. another ARCH), as the binutils
binaries then end up using the wrong libs.

Fix it by linking statically instead.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/binutils/binutils.mk