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

(-)ocaml-3.10.0.ebuild (-1 / +1 lines)
Lines 90-96 Link Here
90
	make world || die "make world failed!"
90
	make world || die "make world failed!"
91
91
92
	# Native code generation is unsupported on some archs
92
	# Native code generation is unsupported on some archs
93
	if ! use ppc64 ; then
93
	if ! use ppc64 && ! use hppa ; then
94
		make opt || die "make opt failed!"
94
		make opt || die "make opt failed!"
95
		make opt.opt || die "make opt.opt failed!"
95
		make opt.opt || die "make opt.opt failed!"
96
	fi
96
	fi

Return to bug 179895