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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2E1B1580FD for ; Wed, 25 Dec 2024 00:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7AF0E0784; Wed, 25 Dec 2024 00:45:25 +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 AF510E0784 for ; Wed, 25 Dec 2024 00:45:25 +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 EE3D7335D6D for ; Wed, 25 Dec 2024 00:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 312731732 for ; Wed, 25 Dec 2024 00:45:23 +0000 (UTC) From: "Sam James" 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" Message-ID: <1735087492.a95616adbecd27e9f88539a588f95d2560eb9819.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: a95616adbecd27e9f88539a588f95d2560eb9819 X-VCS-Branch: master Date: Wed, 25 Dec 2024 00:45:23 +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: 61ba147b-d3db-4abd-920b-70c231a1f81b X-Archives-Hash: 8fde1f97508aba5263115337536bde1b commit: a95616adbecd27e9f88539a588f95d2560eb9819 Author: Sam James gentoo org> AuthorDate: Wed Dec 25 00:44:52 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 25 00:44:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a95616ad crossdev: nvptx: add comment wrt GFORCE and openmp/fortran Bug: https://bugs.gentoo.org/945296 Signed-off-by: Sam James gentoo.org> crossdev | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crossdev b/crossdev index 47df8ce..2ed27fd 100755 --- a/crossdev +++ b/crossdev @@ -308,6 +308,8 @@ parse_target() { # openmp, unless doing standalone bare minimum testing. # They also often want Fortran. STAGE_DEFAULT=${STAGE_C_CPP} + # We can't force these on via GFORCE because they need + # to be disabled for stage1. GUSE+=" cxx openmp fortran" # https://gcc.gnu.org/legacy-ml/gcc/2018-03/msg00122.html GMASK+=" ada d go graphite modula2 rust"