Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 875244 Details for
Bug 917632
dev-lang/spidermonkey-102.10.0 fails to build if rust_simd enabled
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to temporarily disable rust_simd
spidermonkey-102.10.0.patch (text/plain), 536 bytes, created by
Alex Buell
on 2023-11-20 16:25:09 UTC
(
hide
)
Description:
Patch to temporarily disable rust_simd
Filename:
MIME Type:
Creator:
Alex Buell
Created:
2023-11-20 16:25:09 UTC
Size:
536 bytes
patch
obsolete
>--- patches/spidermonkey-102.10.0.ebuild 2023-10-09 23:28:03.436282972 +0100 >+++ /var/db/repos/gentoo/dev-lang/spidermonkey/spidermonkey-102.10.0.ebuild 2023-11-20 15:46:19.687590994 +0000 >@@ -304,9 +304,9 @@ > myeconfargs+=( --enable-optimize ) > fi > >-# if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then >-# myeconfargs+=( --enable-rust-simd ) >-# fi >+ if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then >+ myeconfargs+=( --enable-rust-simd ) >+ fi > > # Modifications to better support ARM, bug 717344 > if use cpu_flags_arm_neon ; then
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 917632
:
875243
| 875244 |
875245