mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/spidermonkey: disable rust-simd on 115.11.0
- we always end up disabling rust-simd at some point due to it always breaking with newer rust versions. Closes: https://bugs.gentoo.org/933372 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -391,9 +391,8 @@ src_configure() {
|
||||
myeconfargs+=( --disable-real-time-tracing )
|
||||
fi
|
||||
|
||||
if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
|
||||
myeconfargs+=( --enable-rust-simd )
|
||||
fi
|
||||
# We always end up disabling this at some point due to newer rust versions. bgo#933372
|
||||
myeconfargs+=( --disable-rust-simd )
|
||||
|
||||
# Modifications to better support ARM, bug 717344
|
||||
if use cpu_flags_arm_neon ; then
|
||||
|
||||
Reference in New Issue
Block a user