Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 918007 Details for
Bug 948832
emerge www-client/chromium-132.0.6834.83 fails on PPC64: ERROR at //build/config/clang/BUILD.gn:178:11: Assertion failed.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to solve current issue
01-add-ppc64-arch.patch (text/plain), 533 bytes, created by
dmoreno
on 2025-01-31 17:17:36 UTC
(
hide
)
Description:
Patch to solve current issue
Filename:
MIME Type:
Creator:
dmoreno
Created:
2025-01-31 17:17:36 UTC
Size:
533 bytes
patch
obsolete
>diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn >index 44bd202d2b..af437fec46 100644 >--- a/build/config/clang/BUILD.gn >+++ b/build/config/clang/BUILD.gn >@@ -174,6 +174,8 @@ template("clang_lib") { > _dir = "armv7-unknown-linux-gnueabihf" > } else if (current_cpu == "arm64") { > _dir = "aarch64-unknown-linux-gnu" >+ } else if (current_cpu == "ppc64") { >+ _dir = "powerpc64le-unknown-linux-gnu" > } else { > assert(false) # Unhandled cpu type > }
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 948832
:
917504
| 918007