Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 414948 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), 639 bytes, created by
Alexander Tsoy
on 2015-10-20 01:49:18 UTC
(
hide
)
Description:
binutils-config-5.patch
Filename:
MIME Type:
Creator:
Alexander Tsoy
Created:
2015-10-20 01:49:18 UTC
Size:
639 bytes
patch
obsolete
>diff --git a/sys-devel/binutils-config/files/binutils-config-5 b/sys-devel/binutils-config/files/binutils-config-5 >index 86f6abc..0da12b2 100755 >--- a/sys-devel/binutils-config/files/binutils-config-5 >+++ b/sys-devel/binutils-config/files/binutils-config-5 >@@ -150,6 +150,11 @@ switch_profile() { > 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 >+ for x in lib* ; do >+ atomic_ln "${LIBPATH}/${x}" "${dstlib}" "${x}" >+ done >+ 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