kumquat-buildroot/package/binutils
Peter Korsgaard a1c1077809 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>
2011-10-02 23:19:10 +02:00
..
binutils-2.18
binutils-2.19
binutils-2.19.1
binutils-2.20
binutils-2.20.1
binutils-2.21
binutils-2.21.1
binutils.mk binutils: build host version statically 2011-10-02 23:19:10 +02:00
Config.in
Config.in.host binutils: only use 2.21.1 for uClibc 0.9.32 / snapshot 2011-08-24 14:45:46 +02:00