Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 917632
Collapse All | Expand All

(-)patches/spidermonkey-102.10.0.ebuild (-3 / +3 lines)
Lines 304-312 Link Here
304
		myeconfargs+=( --enable-optimize )
304
		myeconfargs+=( --enable-optimize )
305
	fi
305
	fi
306
306
307
#	if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
307
	if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
308
#		myeconfargs+=( --enable-rust-simd )
308
		myeconfargs+=( --enable-rust-simd )
309
#	fi
309
	fi
310
310
311
	# Modifications to better support ARM, bug 717344
311
	# Modifications to better support ARM, bug 717344
312
	if use cpu_flags_arm_neon ; then
312
	if use cpu_flags_arm_neon ; then

Return to bug 917632