This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/81626] Need effective target omp_target
- From: "vries at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 31 Jul 2017 15:37:48 +0000
- Subject: [Bug testsuite/81626] Need effective target omp_target
- Auto-submitted: auto-generated
- References: <bug-81626-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81626
--- Comment #4 from Tom de Vries <vries at gcc dot gnu.org> ---
(In reply to Thomas Schwinge from comment #3)
> Yeah, I suppose you just need to remove a "--disable-multilib" from your
> nvptx offloading GCC build configuration, so that the "mgomp" multilib gets
> built in addition to the "default" one?
It would be great if it is that simple. Have you ever tried that?
I see you're the one who's added the "--disable-multilib" in our nvptx
offloading GCC build configuration (which is what I'm using). What was the
reason for that?