Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 414046 Details for
Bug 562460
cross-*/binutils with sys-libs/binutils-libs - executables incorrectly linked to host lib{bfd,opcodes}.so rather than target libraries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
binutils-config-5.patch
binutils-config-5.patch (text/plain), 1.01 KB, created by
Alexander Tsoy
on 2015-10-08 07:32:46 UTC
(
hide
)
Description:
binutils-config-5.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2015-10-08 07:32:46 UTC
Size:
1.01 KB
patch
obsolete
>--- binutils-config-5.orig 2015-09-26 21:31:02.000000000 +0300 >+++ binutils-config-5 2015-10-08 10:29:49.569079711 +0300 >@@ -143,13 +143,20 @@ switch_profile() { > dstlib=${ROOT}/usr/${HOST}/${TARGET}/lib > fi > # When upgrading, we need to clean up ldscripts and libs. >- # Don't symlink back in the libs -- the binutils-lib package handles >- # these now. >- # TODO: Stop requiring even the ldscripts symlink. > mkdir -p "${dstlib}" > rm -rf "${ROOT}/${BINPATH_LINKS}"/ldscripts > atomic_ln "${LIBPATH}/ldscripts" "${dstlib}" "ldscripts" >- find -L "${dstlib}" -xtype l -name 'lib*' -exec rm -f {} + >+ if [[ ${TARGET} != ${HOST} ]] ; then >+ find -L "${dstlib}" -type l -exec rm -v {} + >+ for x in lib* ; do >+ atomic_ln "${LIBPATH}/${x}" "${dstlib}" "${x}" >+ done >+ else >+ # Don't symlink back in the libs -- the binutils-lib package handles >+ # these now. >+ # TODO: Stop requiring even the ldscripts symlink. >+ find -L "${dstlib}" -xtype l -name 'lib*' -exec rm -f {} + >+ fi > > # > # Clean out old generated include symlinks
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 562460
:
413958
|
413960
|
413962
|
414046
|
414948