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 6D10015808B for ; Mon, 30 Sep 2024 09:08:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF1CE29D5; Mon, 30 Sep 2024 09:08:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46FCAE29D5 for ; Mon, 30 Sep 2024 09:08:39 +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 63DB0343191 for ; Mon, 30 Sep 2024 09:08:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 524CB268D for ; Mon, 30 Sep 2024 09:08:36 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1727680641.4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-devel/gcc/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: sys-devel/gcc/gcc-14.2.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c X-VCS-Branch: master Date: Mon, 30 Sep 2024 09:08:36 +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: edd65dc9-989b-42a8-b2f9-e4572cc7eb37 X-Archives-Hash: effa91ab11dddef804be334d3801187b commit: 4b2cc4f42b14cfd7653ef4adf4c52d55c41d5c8c Author: Fabian Groffen gentoo org> AuthorDate: Mon Sep 30 07:17:21 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Sep 30 07:17:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=4b2cc4f4 sys-devel/gcc-14.2.0: remove FLT16 fix, properly resolved via fix-includes Signed-off-by: Fabian Groffen gentoo.org> sys-devel/gcc/gcc-14.2.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys-devel/gcc/gcc-14.2.0.ebuild b/sys-devel/gcc/gcc-14.2.0.ebuild index aed471b324..927cfe0c05 100644 --- a/sys-devel/gcc/gcc-14.2.0.ebuild +++ b/sys-devel/gcc/gcc-14.2.0.ebuild @@ -134,15 +134,6 @@ src_configure() { ;; esac - case "${CTARGET}" in - arm64-apple-darwin*) - # math.h from SDKs don't have FLOAT16 support, so we need to - # wait until fix-included headers are there with using it - # this flag forces GCC not to use FLT16 via __FLT_EVAL_METHOD__ - myconf+=( 'CFLAGS_FOR_TARGET="-fpermitted-flt-eval-methods=c11"' ) - ;; - esac - # Since GCC 4.1.2 some non-posix (?) /bin/sh compatible code is used, at # least on Solaris, and AIX /bin/sh is way too slow, # so force it to use $BASH (that portage uses) - it can't be EPREFIX