From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91703138C48 for ; Tue, 14 Apr 2015 17:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 211A7E07D7; Tue, 14 Apr 2015 17:34:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBD93E07D7 for ; Tue, 14 Apr 2015 17:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90D7B340C60 for ; Tue, 14 Apr 2015 17:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D75315EB0 for ; Tue, 14 Apr 2015 17:34:21 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1429032787.f0f0aa0cbabd3a3d3c14a1eae1066a82d8eb0f32.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: f0f0aa0cbabd3a3d3c14a1eae1066a82d8eb0f32 X-VCS-Branch: master Date: Tue, 14 Apr 2015 17:34: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: 94f1dac2-071e-4a56-ba02-d812d1e2607c X-Archives-Hash: ba339fd6ab0075ab58105e692ce57469 commit: f0f0aa0cbabd3a3d3c14a1eae1066a82d8eb0f32 Author: Davide Pesavento gentoo org> AuthorDate: Tue Apr 14 17:33:07 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Apr 14 17:33:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f0f0aa0c [qt5-build.eclass] Export AR and OBJDUMP as well. eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 2536c72..1b79670 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -469,7 +469,7 @@ qt5_symlink_tools_to_build_dir() { # Runs ./configure for modules belonging to qtbase. qt5_base_configure() { # setup toolchain variables used by configure - tc-export CC CXX RANLIB STRIP + tc-export AR CC CXX OBJDUMP RANLIB STRIP export LD="$(tc-getCXX)" # configure arguments