Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 879369 Details for
Bug 918897
www-client/chromium-120.0.6099.56 failed to emerge on arm64 - linker command failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
chromium-arm64.patch
chromium-arm64.patch (text/plain), 596 bytes, created by
Sam James
on 2023-12-14 09:28:03 UTC
(
hide
)
Description:
chromium-arm64.patch
Filename:
MIME Type:
Creator:
Sam James
Created:
2023-12-14 09:28:03 UTC
Size:
596 bytes
patch
obsolete
># git diff >diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn >index 66324ac..df195e9 100644 >--- a/build/config/compiler/BUILD.gn >+++ b/build/config/compiler/BUILD.gn >@@ -1408,7 +1408,9 @@ config("compiler_codegen") { > # This can be removed once https://bugs.llvm.org/show_bug.cgi?id=40348 > # has been resolved, and -mno-outline is obeyed by the linker during > # ThinLTO. >- ldflags += [ "-Wl,-mllvm,-enable-machine-outliner=never" ] >+ if (use_lld) { >+ ldflags += [ "-Wl,-mllvm,-enable-machine-outliner=never" ] >+ } > } > > asmflags = cflags > >
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 918897
:
875953
|
878104
| 879369 |
880030
|
880152
|
880153
|
880154