commit: a95616adbecd27e9f88539a588f95d2560eb9819 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Dec 25 00:44:52 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
