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

(-)llvm.orig/llvm-3.7.0_rc3.ebuild (+5 lines)
Lines 194-199 Link Here
194
			-i tools/lldb/scripts/Python/modules/CMakeLists.txt || die
194
			-i tools/lldb/scripts/Python/modules/CMakeLists.txt || die
195
	fi
195
	fi
196
196
197
	# bug 421527
198
	find "${S}"/projects/compiler-rt/lib/builtins -type f -name \*.S -exec sed \
199
		 -e '$a\\n#if defined(__linux__) && defined(__ELF__)\n.section .note.GNU-stack,"",%progbits\n#endif' \
200
		 -i {} \; || die
201
197
	# User patches
202
	# User patches
198
	epatch_user
203
	epatch_user
199
204

Return to bug 421527