From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1696337-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 04EB41581F3
	for <garchives@archives.gentoo.org>; Mon,  2 Dec 2024 09:43:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 10616E077C;
	Mon,  2 Dec 2024 09:43:02 +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 04D97E077C
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2024 09:43:00 +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 B3A9A341E1C
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2024 09:42:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 17F5AF96
	for <gentoo-commits@lists.gentoo.org>; Mon,  2 Dec 2024 09:42:58 +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: <1733132550.075277041c223391b2c980d0e05989bfd1adee41.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: 075277041c223391b2c980d0e05989bfd1adee41
X-VCS-Branch: master
Date: Mon,  2 Dec 2024 09:42:58 +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: d309479d-8e2b-4c68-badc-862dd29c0f77
X-Archives-Hash: 847da5e988a881977208fce850e6507b

commit:     075277041c223391b2c980d0e05989bfd1adee41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 09:42:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 09:42:30 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=07527704

crossdev: nvptx: don't force on openmp as it affects stage1 too

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

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

diff --git a/crossdev b/crossdev
index f8f11d5..747ee10 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"