commit:     f2a90ee45d276e9943a13bef728ffc5d7e79ddb4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 21:37:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 21:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=f2a90ee4

crossdev: nvptx: refine multilib comment

The multilib bug comment was copied from newlib where it's for arm,
replace it with a better one. There's another comment linking to a GCC ML
post in the file too (in set_portage).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crossdev b/crossdev
index c400ff1..9342120 100755
--- a/crossdev
+++ b/crossdev
@@ -320,7 +320,8 @@ parse_target() {
                        # for that.
                        GUSE+=" zlib zstd"
 
-                       MULTILIB_USE="yes" #407275
+                       # We need multilib for openmp to be built w/ -mgomp
+                       MULTILIB_USE="yes"
                        WITH_DEF_HEADERS="no"
                        ;;
 

Reply via email to