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

Collapse All | Expand All

(-)/home/flame/toolchain-base.eclass (-1 / +1 lines)
Lines 860-866 Link Here
860
860
861
	# Misdesign in libstdc++ (Redhat)
861
	# Misdesign in libstdc++ (Redhat)
862
	if [[ ${GCCMAJOR} -ge 3 ]] ; then
862
	if [[ ${GCCMAJOR} -ge 3 ]] ; then
863
		cp -a ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
863
		cp -pPR ${S}/libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
864
	fi
864
	fi
865
865
866
	# disable --as-needed from being compiled into gcc specs
866
	# disable --as-needed from being compiled into gcc specs

Return to bug 88079