gdb-cross-sdk: reconfigure before running oe_runmake configure-host
authorEric Bénard <eric@eukrea.com>
Mon, 1 Nov 2010 21:22:14 +0000 (22:22 +0100)
committerEric Bénard <eric@eukrea.com>
Tue, 2 Nov 2010 21:03:20 +0000 (22:03 +0100)
commit04386651d904b8f5c2dd8b9adbb3e2f4b94fcc3a
tree46b5efc5ec1cf6b4cfcdc0a83ad12ea697b24833
parent5efecae8b7f4b814f2d055daf6dc7ae1ce05e41a
gdb-cross-sdk: reconfigure before running oe_runmake configure-host

so we have : configure then make configure-host which generates the
Makefile that we modify using sed to statically link the libs

Without this patch, we don't statically link libncurses, libtinfo
and libz which leads to :
/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gdb:
error while loading shared libraries: libtinfo.so.5:
cannot open shared object file: No such file or directory

when trying to use the toolchain.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
recipes/gdb/gdb-cross-sdk.inc