Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60960 Details for
Bug 95622
gcc-config doesn't copy libgcc_s.so for multilib GCC installation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make gcc-config discard all the multilib paths
gcc-config-multilib.patch (text/plain), 572 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2005-06-09 17:39:16 UTC
(
hide
)
Description:
Patch to make gcc-config discard all the multilib paths
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2005-06-09 17:39:16 UTC
Size:
572 bytes
patch
obsolete
>--- /usr/bin/gcc-config 2005-06-08 00:45:33.000000000 +0200 >+++ gcc-config 2005-06-10 02:25:48.485150688 +0200 >@@ -169,6 +169,11 @@ > ${AWK} '!/^(STDCXX_INCDIR|LDPATH|CC|CXX|CTARGET|GCCBITS|GCC_SPECS)=/ {print $0}' \ > "${GCC_ENV_D}/${CC_COMP}" > "${ENV_D}/05gcc" > echo "LDPATH=\"${MY_LDPATH}\"" >> "${ENV_D}/05gcc" >+ >+ # Now remove the multilib added path to just have the first one >+ # in the list. >+ LDPATH="${LDPATH/:*/}" >+ > if [[ -n ${GCC_SPECS} ]] && [[ -e ${ROOT}/${GCC_SPECS} ]] ; then > echo "GCC_SPECS=\"${GCC_SPECS}\"" >> "${ENV_D}/05gcc" > else
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 95622
: 60960