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

(-)/usr/portage/sys-devel/llvm/llvm-3.1-r2.ebuild (-1 / +5 lines)
Lines 150-156 Link Here
150
src_compile() {
150
src_compile() {
151
	emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1
151
	emake VERBOSE=1 KEEP_SYMBOLS=1 REQUIRES_RTTI=1
152
152
153
	pax-mark m Release/bin/lli
153
	if use debug; then
154
		pax-mark m Debug+Asserts+Checks/bin/lli
155
	else
156
		pax-mark m Release/bin/lli
157
	fi
154
	if use test; then
158
	if use test; then
155
		pax-mark m unittests/ExecutionEngine/JIT/Release/JITTests
159
		pax-mark m unittests/ExecutionEngine/JIT/Release/JITTests
156
	fi
160
	fi

Return to bug 464592