[oe-commits] Khem Raj : binutils-2.20.1: Update libtool files so cross native builds are correct.

git version control git at git.openembedded.org
Tue Jun 15 14:22:34 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9b54b9315e2507b3fa835449e9a5e8aa31a369ff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9b54b9315e2507b3fa835449e9a5e8aa31a369ff

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Jun 15 07:15:06 2010 -0700

binutils-2.20.1: Update libtool files so cross native builds are correct.

* Currently libtool adds -L/usr/lib to the link command which directs
  linker to pull from /usr/lib. Many distro's dont have stuff which is
  conflicting in /usr/lib with the target libraries but some do. Like
  archlinux has libgcc_s.so.1 in /usr/lib due to the above -L it gets
  picked over the target libgcc and the link command fails. -L/usr/lib
  is generated by libtool when it sees -rpath /usr/lib which may be not
  the right think when doing cross native builds.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 .../binutils/binutils-2.20.1/libtool-update.patch  |  473 ++++++++++++++++++++
 recipes/binutils/binutils_2.20.1.bb                |    3 +-
 2 files changed, 475 insertions(+), 1 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=9b54b9315e2507b3fa835449e9a5e8aa31a369ff




More information about the Openembedded-commits mailing list