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"
 

Reply via email to