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

(-)a/media-libs/libvpx/libvpx-1.7.0.ebuild (+3 lines)
Lines 95-100 multilib_src_configure() { Link Here
95
		x86_64*) export AS=yasm;;
95
		x86_64*) export AS=yasm;;
96
	esac
96
	esac
97
97
98
	# powerpc toolchain is not recognized anymore, #694368
99
	[[ ${CHOST} == powerpc-* ]] && myconfargs+=( --force-target=generic-gnu )
100
98
	# Build with correct toolchain.
101
	# Build with correct toolchain.
99
	tc-export CC CXX AR NM
102
	tc-export CC CXX AR NM
100
	# Link with gcc by default, the build system should override this if needed.
103
	# Link with gcc by default, the build system should override this if needed.

Return to bug 694368