generic-poky/meta/recipes-devtools/libtool
Richard Purdie 61c51bfce9 libtool: Avoid relinking when cross compiling, its pointless
There is no point in having "executable" binaries in the .libs
directory linked with different rpaths to the target which
could concivably be run on the build system when cross compiling.

This patch removes the extra rpaths ($compile_rpath) so that the
output from the "link" stage can be used on the target. We can then
avoid having to "relink" during the install stage.

This saves some build time (do_install is over 2 minutes faster for
pulseaudio).

This patch also removes an annoying "seems to be moved" warning
which is totally bogus in the sysroot case.

(From OE-Core rev: 0a1dedeb8eea4e230b47d1516b3e6e90495fe49d)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-24 08:30:59 +00:00
..
libtool libtool: Avoid relinking when cross compiling, its pointless 2011-11-24 08:30:59 +00:00
libtool-2.4.inc libtool: Changes to enable sysroot support 2011-01-21 01:36:14 -08:00
libtool-cross_2.4.bb libtool: Avoid relinking when cross compiling, its pointless 2011-11-24 08:30:59 +00:00
libtool-native_2.4.bb libtool: Fix an issue where unnecessary rpaths were being injected 2011-09-26 17:56:44 +01:00
libtool-nativesdk_2.4.bb libtool: Avoid relinking when cross compiling, its pointless 2011-11-24 08:30:59 +00:00
libtool.inc libtool: Fix an issue where unnecessary rpaths were being injected 2011-09-26 17:56:44 +01:00
libtool_2.4.bb libtool: Fix an issue where unnecessary rpaths were being injected 2011-09-26 17:56:44 +01:00