commit:     075277041c223391b2c980d0e05989bfd1adee41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 09:42:08 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 09:42:30 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=07527704

crossdev: nvptx: don't force on openmp as it affects stage1 too

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

 crossdev | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crossdev b/crossdev
index f8f11d5..747ee10 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"
 

Reply via email to