diff options
author | 2016-08-20 23:22:58 +0200 | |
---|---|---|
committer | 2016-08-22 17:11:46 +0200 | |
commit | feeb9f07adda22b56a732141522cc3ad57820aeb (patch) | |
tree | c3799c0d238c36da8e3a105d779373e8331a12c8 /sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch | |
parent | dev-python/rebulk: add Apache-2.0 to LICENSE (diff) | |
download | gentoo-feeb9f07adda22b56a732141522cc3ad57820aeb.tar.gz gentoo-feeb9f07adda22b56a732141522cc3ad57820aeb.tar.bz2 gentoo-feeb9f07adda22b56a732141522cc3ad57820aeb.zip |
sys-devel/llvm: Strip external projects off the live ebuild
Diffstat (limited to 'sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch')
-rw-r--r-- | sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch b/sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch deleted file mode 100644 index a09de901024d..000000000000 --- a/sys-devel/llvm/files/cmake/compiler-rt-3.9-cmake-Install-compiler-rt-into-usr-lib-without-suffi.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 380b8faadc3fc66f9aa0528bd3578464b317c31e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Thu, 12 May 2016 08:25:48 +0200 -Subject: [PATCH] cmake: Install compiler-rt to a directory without libdir - suffix - ---- - cmake/base-config-ix.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/base-config-ix.cmake b/cmake/base-config-ix.cmake -index 5d0502c..ce16ce9 100644 ---- a/projects/compiler-rt/cmake/base-config-ix.cmake -+++ b/projects/compiler-rt/cmake/base-config-ix.cmake -@@ -18,7 +18,7 @@ if (NOT COMPILER_RT_STANDALONE_BUILD) - # Setup the paths where compiler-rt runtimes and headers should be stored. - set(COMPILER_RT_OUTPUT_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}) - set(COMPILER_RT_EXEC_OUTPUT_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) -- set(COMPILER_RT_INSTALL_PATH lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}) -+ set(COMPILER_RT_INSTALL_PATH lib/clang/${CLANG_VERSION}) - option(COMPILER_RT_INCLUDE_TESTS "Generate and build compiler-rt unit tests." - ${LLVM_INCLUDE_TESTS}) - option(COMPILER_RT_ENABLE_WERROR "Fail and stop if warning is triggered" --- -2.8.2 - |