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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41ECC1581C1 for ; Mon, 8 Jul 2024 10:03:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DA3CE2AA7; Mon, 8 Jul 2024 10:03:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBA33E2AA1 for ; Mon, 8 Jul 2024 10:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6439342FF7 for ; Mon, 8 Jul 2024 10:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290651D23 for ; Mon, 8 Jul 2024 10:03:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1720431726.31c7e60f5cf2c3bc8251f2f13aa899c836f4b40b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/linux-info.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 31c7e60f5cf2c3bc8251f2f13aa899c836f4b40b X-VCS-Branch: master Date: Mon, 8 Jul 2024 10:03:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 854dafe6-f15a-4aa6-9617-7306ca5be8f6 X-Archives-Hash: 1217f9a6b940a1d2422b067af365c894 commit: 31c7e60f5cf2c3bc8251f2f13aa899c836f4b40b Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 22 17:06:32 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jul 8 09:42:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c7e60f linux-info.eclass: Drop temporary fix for powerpc Apparently there is no reference to a .tmp_gas_check file or to a TOUT variable in Linux sources any more. Bug: https://bugs.gentoo.org/75034#c14 Signed-off-by: Ulrich Müller gentoo.org> eclass/linux-info.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 9449a6359d2a..90982445fdab 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.eclass @@ -170,12 +170,6 @@ KERNEL_DIR="${KERNEL_DIR:-${ROOT%/}/usr/src/linux}" inherit toolchain-funcs [[ ${EAPI} == 6 ]] && inherit eapi7-ver -# bug #75034 -case ${ARCH} in - ppc) BUILD_FIXES="${BUILD_FIXES} TOUT=${T}/.tmp_gas_check";; - ppc64) BUILD_FIXES="${BUILD_FIXES} TOUT=${T}/.tmp_gas_check";; -esac - # @FUNCTION: set_arch_to_kernel # @DESCRIPTION: # Set the env ARCH to match what the kernel expects.