Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 742611 Details for
Bug 773604
sys-libs/libcxxabi-11.0.1[abi_x86_32] fails 32bit tests "[some library] is incompatible with elf32-i386"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Explicitly link against compiler_rt libraries to avoid undefined symbol __udivdi3
link_compiler_rt.patch (text/plain), 388 bytes, created by
Mike Cui
on 2021-10-03 07:08:17 UTC
(
hide
)
Description:
Explicitly link against compiler_rt libraries to avoid undefined symbol __udivdi3
Filename:
MIME Type:
Creator:
Mike Cui
Created:
2021-10-03 07:08:17 UTC
Size:
388 bytes
patch
obsolete
>diff --git a/libcxxabi/src/CMakeLists.txt b/libcxxabi/src/CMakeLists.txt >index a8e12aa36e64..def915012853 100644 >--- a/libcxxabi/src/CMakeLists.txt >+++ b/libcxxabi/src/CMakeLists.txt >@@ -106,6 +106,8 @@ endif() > > if (NOT LIBCXXABI_USE_COMPILER_RT) > add_library_flags_if(LIBCXXABI_HAS_GCC_LIB gcc) >+else() >+ add_library_flags(${LIBCXXABI_BUILTINS_LIBRARY}) > endif () > > # Setup flags.
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 773604
:
688917
|
742557
|
742560
|
742563
| 742611 |
742857