From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE76A1395E2 for ; Sun, 20 Nov 2016 23:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 373BEE0D5A; Sun, 20 Nov 2016 23:00:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C748E0D5A for ; Sun, 20 Nov 2016 23:00:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9DF673414C1 for ; Sun, 20 Nov 2016 23:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1090049F for ; Sun, 20 Nov 2016 23:00:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1479682825.a318823df21960f4e212ad4ffb2dea8b9c9f3253.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a318823df21960f4e212ad4ffb2dea8b9c9f3253 X-VCS-Branch: master Date: Sun, 20 Nov 2016 23:00:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2ce867b-2bbe-480a-b1b7-1825fee369ae X-Archives-Hash: 157ca837e222a8e2052f6d4d67752e5d commit: a318823df21960f4e212ad4ffb2dea8b9c9f3253 Author: Michał Górny gentoo org> AuthorDate: Sun Nov 20 22:57:13 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 20 23:00:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a318823d sys-devel/clang: Enforce ${CHOST}-llvm-config for multilib sys-devel/clang/clang-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild index 50c0f84..8a98acf 100644 --- a/sys-devel/clang/clang-9999.ebuild +++ b/sys-devel/clang/clang-9999.ebuild @@ -132,6 +132,8 @@ multilib_src_configure() { local libdir=$(get_libdir) local mycmakeargs=( -DLLVM_LIBDIR_SUFFIX=${libdir#lib} + # ensure that the correct llvm-config is used + -DLLVM_CONFIG="${EPREFIX}/usr/bin/${CHOST}-llvm-config" # relative to bindir -DCLANG_RESOURCE_DIR="../lib/clang/${clang_version}"