commit: fe7d7d25f8dfe6216c3e86ba59efb4b6e0e1915f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 24 13:39:51 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 08:27:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe7d7d25
sys-devel/llvm: Fix configure phase for 3.4.2-r100
sys-devel/llvm/llvm-3.4.2-r100.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index 6907006835c..bd41c339154 100644
--- a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@ -146,14 +146,14 @@ src_prepare() {
python_setup
}
-multilib_src_configure() {
+src_configure() {
# disable timestamps since they confuse ccache
local conf_flags=(
--disable-timestamps
--enable-keep-symbols
--enable-shared
--with-optimize-option=
- --enableoptimized
+ --enable-optimized
--disable-assertions
--disable-expensive-checks
--disable-terminfo
@@ -165,12 +165,6 @@ multilib_src_configure() {
ac_cv_prog_XML2CONFIG=""
)
- if use clang; then
- conf_flags+=(
- --with-clang-resource-dir=../lib/clang/${PV}
- )
- fi
-
if use libffi; then
local CPPFLAGS=${CPPFLAGS}
append-cppflags "$($(tc-getPKG_CONFIG) --cflags libffi)"