From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1702921-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A7F8D1580FD
	for <garchives@archives.gentoo.org>; Wed, 25 Dec 2024 00:43:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E1B35E0784;
	Wed, 25 Dec 2024 00:43:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 6D88DE0784
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:43:37 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 96932335D6D
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:43:35 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 262AD1732
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:43:34 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1735087394.a63705c41afcca7b8cf07fe26076363d4d21e080.sam@gentoo>
Subject: [gentoo-commits] proj/crossdev:master commit in: /
X-VCS-Repository: proj/crossdev
X-VCS-Files: crossdev
X-VCS-Directories: /
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a63705c41afcca7b8cf07fe26076363d4d21e080
X-VCS-Branch: master
Date: Wed, 25 Dec 2024 00:43:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: ca3dfc84-d8bf-48c6-9530-9e336f5fe17d
X-Archives-Hash: 12dd9f53a5d230e55149ef91fbea3c75

commit:     a63705c41afcca7b8cf07fe26076363d4d21e080
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 00:43:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 00:43:14 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a63705c4

Revert "crossdev: nvptx: force on openmp & fortran"

This reverts commit afc0f03b6e846e1c0aa104a809f86133bad55b6d.

We have to be able to turn these off for stage1 but we need them
on for stage2... need to figure out how to do that.

Bug: https://bugs.gentoo.org/945296
Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crossdev b/crossdev
index 2c2d098..47df8ce 100755
--- a/crossdev
+++ b/crossdev
@@ -309,7 +309,6 @@ parse_target() {
 			# They also often want Fortran.
 			STAGE_DEFAULT=${STAGE_C_CPP}
 			GUSE+=" cxx openmp fortran"
-			GFORCE+=" cxx openmp fortran"
 			# https://gcc.gnu.org/legacy-ml/gcc/2018-03/msg00122.html
 			GMASK+=" ada d go graphite modula2 rust"