From 31c7e60f5cf2c3bc8251f2f13aa899c836f4b40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sat, 22 Jun 2024 19:06:32 +0200 Subject: [PATCH] linux-info.eclass: Drop temporary fix for powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- eclass/linux-info.eclass | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index 9449a6359d2a4..90982445fdab9 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.