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 853E6138CD0 for ; Sun, 31 May 2015 19:20:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D54E0992; Sun, 31 May 2015 19:17:06 +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 9F781E0992 for ; Sun, 31 May 2015 19:17:06 +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 C2EBA340C43 for ; Sun, 31 May 2015 19:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C89EA04 for ; Sun, 31 May 2015 19:17:04 +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: <1433099507.f5bc55012fa5b5f0cadd2a80dcd501a3b7ede00a.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: f5bc55012fa5b5f0cadd2a80dcd501a3b7ede00a X-VCS-Branch: master Date: Sun, 31 May 2015 19:17:04 +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: e2bf99d2-76b0-4d33-9954-7c269bb7af5e X-Archives-Hash: 1adc88df8fc8a44b272d89bc34c5bdeb commit: f5bc55012fa5b5f0cadd2a80dcd501a3b7ede00a Author: Davide Pesavento gentoo org> AuthorDate: Sun May 31 19:11:47 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 31 19:11:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f5bc5501 Revert "Fix build failure with gold linker wrt bug #541262." This reverts commit f6b7f47fb07fda8aa6e0c3be5be7f60c2d541b0d. The bug is already fixed upstream for 5.4.2, see qtbase commit 53e2db74dba8135bd88bad48fbf9f2fc81ed4f8b. eclass/qt5-build.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index a209cec..f8c7674 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -191,10 +191,6 @@ qt5-build_src_prepare() { sed -i -e "/^QMAKE_CONF_COMPILER=/ s:=.*:=\"$(tc-getCXX)\":" \ configure || die "sed failed (QMAKE_CONF_COMPILER)" - # -fuse-ld is a gcc switch, not an ld switch (bug #541262) - sed -i -e '/linkerSupportsFlag $TEST_COMPILER -fuse-ld=gold/s/linker/compiler/' \ - configure || die "sed failed (-fuse-ld)" - # Respect toolchain and flags in config.tests find config.tests/unix -name '*.test' -type f \ -execdir sed -i -e '/bin\/qmake/ s/-nocache //' '{}' + \