Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 823780 | Differences between
and this patch

Collapse All | Expand All

(-)a/sys-libs/glibc/glibc-2.34-r2.ebuild (+2 lines)
Lines 326-331 setup_target_flags() { Link Here
326
				export CFLAGS_x86="${CFLAGS_x86} -march=${t}"
326
				export CFLAGS_x86="${CFLAGS_x86} -march=${t}"
327
				einfo "Auto adding -march=${t} to CFLAGS_x86 #185404 (ABI=${ABI})"
327
				einfo "Auto adding -march=${t} to CFLAGS_x86 #185404 (ABI=${ABI})"
328
			fi
328
			fi
329
			# Workaround for https://bugs.gentoo.org/823780
330
			export CFLAGS_x86="${CFLAGS_x86} -mno-avx512f"
329
		;;
331
		;;
330
		mips)
332
		mips)
331
			# The mips abi cannot support the GNU style hashes. #233233
333
			# The mips abi cannot support the GNU style hashes. #233233

Return to bug 823780