Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 553226 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]
Fix compiler-rt arch detection
fix-compiler-rt-detection.patch (text/plain), 667 bytes, created by
David Carlos Manuelda
on 2018-10-26 19:25:30 UTC
(
hide
)
Description:
Fix compiler-rt arch detection
Filename:
MIME Type:
Creator:
David Carlos Manuelda
Created:
2018-10-26 19:25:30 UTC
Size:
667 bytes
patch
obsolete
>--- a/cmake/Modules/HandleCompilerRT.cmake 2018-10-26 19:17:14.955186526 -0000 >+++ b/cmake/Modules/HandleCompilerRT.cmake 2018-10-26 19:17:48.613187357 -0000 >@@ -3,7 +3,7 @@ > message(FATAL_ERROR "LIBCXX_COMPILE_FLAGS must be defined when using this function") > endif() > set(dest "" PARENT_SCOPE) >- set(CLANG_COMMAND ${CMAKE_CXX_COMPILER} ${LIBCXX_COMPILE_FLAGS} >+ set(CLANG_COMMAND ${CMAKE_CXX_COMPILER} -m${LIBCXX_LIBDIR_SUFFIX} ${LIBCXX_COMPILE_FLAGS} > "--rtlib=compiler-rt" "--print-libgcc-file-name") > if (CMAKE_CXX_COMPILER_ID MATCHES Clang AND CMAKE_CXX_COMPILER_TARGET) > list(APPEND CLANG_COMMAND "--target=${CMAKE_CXX_COMPILER_TARGET}")
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