Re: Generally link to libgomp for -ftree-parallelize-loops=* (was: [gomp4 4/9] OpenACC: The runtime library will be implemented in libgomp, too.)

2013-11-07 Thread Jakub Jelinek
On Thu, Nov 07, 2013 at 02:58:31PM +0100, Thomas Schwinge wrote: > On Thu, 7 Nov 2013 09:15:45 +0100, Jakub Jelinek wrote: > > On Wed, Nov 06, 2013 at 08:42:18PM +0100, tho...@codesourcery.com wrote: > > > --- gcc/config/arc/arc.h > > > +++ gcc/config/arc/arc.h > > > @@ -174,7 +174,7 @@ along with

Generally link to libgomp for -ftree-parallelize-loops=* (was: [gomp4 4/9] OpenACC: The runtime library will be implemented in libgomp, too.)

2013-11-07 Thread Thomas Schwinge
Hi! On Thu, 7 Nov 2013 09:15:45 +0100, Jakub Jelinek wrote: > On Wed, Nov 06, 2013 at 08:42:18PM +0100, tho...@codesourcery.com wrote: > > --- gcc/config/arc/arc.h > > +++ gcc/config/arc/arc.h > > @@ -174,7 +174,7 @@ along with GCC; see the file COPYING3. If not see > > %(linker) %l " LINK_

Re: [gomp4 4/9] OpenACC: The runtime library will be implemented in libgomp, too.

2013-11-07 Thread Jakub Jelinek
On Wed, Nov 06, 2013 at 08:42:18PM +0100, tho...@codesourcery.com wrote: > --- gcc/config/arc/arc.h > +++ gcc/config/arc/arc.h > @@ -174,7 +174,7 @@ along with GCC; see the file COPYING3. If not see > %(linker) %l " LINK_PIE_SPEC "%X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n} > %{r}\ > %{s} %

[gomp4 4/9] OpenACC: The runtime library will be implemented in libgomp, too.

2013-11-06 Thread thomas
From: Thomas Schwinge gcc/ * gcc.c (LINK_COMMAND_SPEC, GOMP_SELF_SPECS): For -fopenacc, link to libgomp and its dependencies. * config/arc/arc.h (LINK_COMMAND_SPEC): Likewise. * config/darwin.h (LINK_COMMAND_SPEC_A): Likewise. * config/i386/mingw32.