This bug was fixed in the package binutils - 2.25.1-6ubuntu2 --------------- binutils (2.25.1-6ubuntu2) wily-proposed; urgency=medium
* SRU: LP: #1508564. * Configure the cross binutils --with-sysroot=/. -- Matthias Klose <d...@ubuntu.com> Wed, 21 Oct 2015 19:55:42 +0200 ** Changed in: binutils (Ubuntu Wily) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to binutils in Ubuntu. https://bugs.launchpad.net/bugs/1508564 Title: cross binutils don't include the system search paths Status in binutils package in Ubuntu: Fix Released Status in binutils source package in Wily: Fix Released Bug description: e.g. $ powerpc64le-linux-gnu-ld --verbose |grep SEARCH_DIR SEARCH_DIR("/usr/powerpc64le-linux-gnu/lib64le"); SEARCH_DIR("/usr/powerpc64le-linux-gnu/lib"); that should read (like in vivid): $ powerpc64le-linux-gnu-ld --verbose |grep SEARCH_DIR SEARCH_DIR("=/usr/powerpc64le-linux-gnu/lib64le"); SEARCH_DIR("=/usr/local/lib64le"); SEARCH_DIR("=/lib64le"); SEARCH_DIR("=/usr/lib64le"); SEARCH_DIR("=/usr/powerpc64le-linux-gnu/lib"); SEARCH_DIR("=/usr/local/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/usr/local/lib"); SEARCH_DIR("=/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib/powerpc64le-linux-gnu"); SEARCH_DIR("=/usr/lib"); Acceptance criteria: all cross ld versions include the system search paths. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/1508564/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp