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"
