Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 465020 Details for
Bug 610818
toolchain-funcs.eclass: gen_usr_ldscript doesn't take multiple values into account for OUTPUT_FORMAT
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for toolchain-funcs.eclass
toolchain-funcs.diff (text/plain), 595 bytes, created by
Tim Hentenaar
on 2017-02-24 16:21:08 UTC
(
hide
)
Description:
Patch for toolchain-funcs.eclass
Filename:
MIME Type:
Creator:
Tim Hentenaar
Created:
2017-02-24 16:21:08 UTC
Size:
595 bytes
patch
obsolete
>--- /usr/portage/eclass/toolchain-funcs.eclass 2016-10-22 11:27:09.000000000 +0200 >+++ eclass/toolchain-funcs.eclass 2017-02-24 16:35:19.099870620 +0100 >@@ -846,7 +846,12 @@ > ln -sf $(which ${CHOST}-ld.bfd) "${d}"/ld > flags+=( -B"${d}" ) > fi >- output_format=$($(tc-getCC) "${flags[@]}" 2>&1 | sed -n 's/^OUTPUT_FORMAT("\([^"]*\)",.*/\1/p') >+ >+ output_format=$($(tc-getCC) "${flags[@]}" 2>&1 | sed -n '/OUTPUT_FORMAT(/ { >+ N >+ s/[\r\n]// >+ s/^OUTPUT_FORMAT(\([^)]*\)).*/\1/p >+ }') > [[ -n ${output_format} ]] && output_format="OUTPUT_FORMAT ( ${output_format} )" > > for lib in "$@" ; do
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 610818
: 465020