Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 542782 Details for
Bug 592326
llvm-runtimes/libcxx-3.8.1[libunwind] on x86 - undefined reference to `__divdi3'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for current in tree libcxx-6.0.1.ebuild
ebuild-6.0.1.patch (text/plain), 685 bytes, created by
David Carlos Manuelda
on 2018-08-08 16:43:56 UTC
(
hide
)
Description:
Patch for current in tree libcxx-6.0.1.ebuild
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2018-08-08 16:43:56 UTC
Size:
685 bytes
patch
obsolete
>--- a/libcxx-6.0.1.ebuild 2018-08-07 23:22:18.588066104 +0000 >+++ b/libcxx-6.0.1.ebuild 2018-08-08 16:39:40.197601590 +0000 >@@ -103,14 +103,11 @@ > if tc-is-clang; then > # get the full library list out of 'pretend mode' > # and grep it for libclang_rt references >- local args=( $($(tc-getCC) -### -x c - 2>&1 | tail -n 1) ) >- local i >- for i in "${args[@]}"; do >- if [[ ${i} == *libclang_rt* ]]; then >- want_gcc_s=OFF >- extra_libs+=( "${i}" ) >- fi >- done >+ local compiler_rt=( $($(tc-getCC) -print-libgcc-file-name - 2>&1 ) ) >+ if [[ ${compiler-rt} == *libclang_rt* ]]; then >+ want_gcc_s=OFF >+ extra_libs+=( "${compiler-rt}" ) >+ fi > fi > fi >
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 592326
:
444338
|
444340
|
445554
|
447836
|
542782
|
553224
|
553226
|
553228