summaryrefslogtreecommitdiff
path: root/sys-devel/llvm
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-28 20:59:02 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-28 21:00:37 +0100
commit7cc837dcc38c77d6d092927adb1c6d4fa646b3c3 (patch)
tree427f24f0b568bfe8a944288ba0aad668ab7134d2 /sys-devel/llvm
parent1eab10e398ecdc8495c03e11afbb2e7cd5e3f36a (diff)
downloadgentoo-7cc837dcc38c77d6d092927adb1c6d4fa646b3c3.tar.gz
gentoo-7cc837dcc38c77d6d092927adb1c6d4fa646b3c3.tar.xz
sys-devel/llvm: Drop unused NATIVE_LIBDIR variable
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r--sys-devel/llvm/llvm-4.0.0_rc1.ebuild3
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
index 55dad9f8a93..38ae821b9bb 100644
--- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
+++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild
@@ -125,9 +125,6 @@ src_prepare() {
# User patches
eapply_user
-
- # Native libdir is used to hold LLVMgold.so
- NATIVE_LIBDIR=$(get_libdir)
}
multilib_src_configure() {
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index a66f1e10dc8..964f62de2de 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -125,9 +125,6 @@ src_prepare() {
# User patches
eapply_user
-
- # Native libdir is used to hold LLVMgold.so
- NATIVE_LIBDIR=$(get_libdir)
}
multilib_src_configure() {