From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1702920-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 C3FD41580FD
	for <garchives@archives.gentoo.org>; Wed, 25 Dec 2024 00:42:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 92FC9E0788;
	Wed, 25 Dec 2024 00:42:12 +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 7736DE0788
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:42:12 +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 7B3E3340806
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:42:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CF28518F6
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Dec 2024 00:42:09 +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: <1735087327.afc0f03b6e846e1c0aa104a809f86133bad55b6d.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: afc0f03b6e846e1c0aa104a809f86133bad55b6d
X-VCS-Branch: master
Date: Wed, 25 Dec 2024 00:42:09 +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: 304856de-66cc-4844-a3bd-6105743cb6ef
X-Archives-Hash: 502ff8251cede5f7e1f961021833858c

commit:     afc0f03b6e846e1c0aa104a809f86133bad55b6d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 25 00:40:42 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 25 00:42:07 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=afc0f03b

crossdev: nvptx: force on openmp & fortran

Without openmp, various critical files are missing. Offloading makes
no sense without OpenMP.

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

 crossdev | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crossdev b/crossdev
index 47df8ce..2c2d098 100755
--- a/crossdev
+++ b/crossdev
@@ -309,6 +309,7 @@ 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"