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 3CA88139083 for ; Thu, 21 Dec 2017 14:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30EFEE0F81; Thu, 21 Dec 2017 14:16:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EBABE0F81 for ; Thu, 21 Dec 2017 14:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A24F33BF3C for ; Thu, 21 Dec 2017 14:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6874A6AE for ; Thu, 21 Dec 2017 14:16:21 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1513865700.e9ceec84b04a5a1676f1fd10f028f1352e846a37.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozcoreconf-v5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: e9ceec84b04a5a1676f1fd10f028f1352e846a37 X-VCS-Branch: master Date: Thu, 21 Dec 2017 14:16:21 +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: 9a7111ee-5f75-4855-9b15-a000fa11edc8 X-Archives-Hash: 76c327375c0925eaa6b7a67d638550f2 commit: e9ceec84b04a5a1676f1fd10f028f1352e846a37 Author: Jory A. Pratt gentoo org> AuthorDate: Thu Dec 21 14:15:00 2017 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Dec 21 14:15:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e9ceec84 eclass/mozcoreconf-v5 - add AR and RANLIB back for toolchain detection eclass/mozcoreconf-v5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass index 02ade39..e845329 100644 --- a/eclass/mozcoreconf-v5.eclass +++ b/eclass/mozcoreconf-v5.eclass @@ -87,7 +87,7 @@ moz_pkgsetup() { # Ensure we use correct toolchain export HOST_CC="$(tc-getBUILD_CC)" export HOST_CXX="$(tc-getBUILD_CXX)" - tc-export CC CXX LD PKG_CONFIG + tc-export CC CXX LD PKG_CONFIG AR RANLIB # Ensure that we have a sane build enviroment export MOZILLA_CLIENT=1