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

Collapse All | Expand All

(-)a/files/llvm-3.5-musl-compiler-rt.patch (-1 lines)
Lines 1-58 Link Here
1
diff -ur a/llvm-3.5.0.src/projects/compiler-rt/lib/Makefile.mk b/llvm-3.5.0.src/projects/compiler-rt/lib/Makefile.mk
(-)a/files/llvm-3.5-musl-support.patch (-3 lines)
Lines 1-124 Link Here
1
adapted from llvm-alpine-linux.patch from Alpine
2
3
diff -ru llvm-3.5.0.src.orig/include/llvm/ADT/Triple.h llvm-3.5.0.src/include/llvm/ADT/Triple.h
(-)a/llvm-3.5.0-r99.ebuild (-1 / +2 lines)
Lines 149-160 src_prepare() { Link Here
149
149
150
	epatch "${FILESDIR}"/${PN}-3.5-musl-fixes.patch
150
	epatch "${FILESDIR}"/${PN}-3.5-musl-fixes.patch
151
	epatch "${FILESDIR}"/${PN}-3.5-musl-support.patch
151
	epatch "${FILESDIR}"/${PN}-3.5-musl-support.patch
152
	epatch "${FILESDIR}"/${PN}-3.5-musl-compiler-rt.patch
153
152
154
	epatch "${FILESDIR}"/${P}-fix_LLVMExports_cmake.patch
153
	epatch "${FILESDIR}"/${P}-fix_LLVMExports_cmake.patch
155
154
156
	if use clang; then
155
	if use clang; then
157
		# Automatically select active system GCC's libraries, bugs #406163 and #417913
156
		# Automatically select active system GCC's libraries, bugs #406163 and #417913
157
		epatch "${FILESDIR}"/${PN}-3.5-musl-compiler-rt.patch
158
		epatch "${FILESDIR}"/${PN}-3.5-musl-clang-support.patch
158
		epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
159
		epatch "${FILESDIR}"/clang-3.5-gentoo-runtime-gcc-detection-v3.patch
159
160
160
		epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch
161
		epatch "${FILESDIR}"/clang-3.5-gentoo-install.patch

Return to bug 542030