Based on the way that libgomp wants to dynamically load the library,
the library should use suffix .so.#n on AIX. AIX also needs the
library linked with libpthread.
Bootstrapped on powerpc-ibm-aix7.1.0.0.
Thanks, David
PR libgomp/64635
* configure.tgt (*-*-aix*): Use standard po
Hi!
First, thanks for improving portability of the libgomp plugin interface!
On Wed, 28 Jan 2015 16:43:19 -0500, Jack Howarth
wrote:
> There is one other issue that I have been
> pondering about filing a PR. In fink and MacPorts, FSF gcc is built
> and packaged using either...
>
> --prefix=/s
Mike,
Thanks for the commit. There is one other issue that I have been
pondering about filing a PR. In fink and MacPorts, FSF gcc is built
and packaged using either...
--prefix=/sw/lib/gcc5.0
or
--libdir=/opt/local/lib/gcc5
such that the libraries for each gcc release are buried. While th
On Jan 28, 2015, at 1:03 PM, Jakub Jelinek wrote:
> Please add
> PR libgomp/64635
> to the ChangeLog entry.
> Ok with that change.
Committed revision 220218.
On Jan 28, 2015, at 12:52 PM, Jack Howarth wrote:
> The attached patch solves PR64635 for those targets which produce a
> libgomp-plugin-host_nonshm shared library with a suffix other than
> ".so.1”.
Nice...
On Wed, Jan 28, 2015 at 03:52:25PM -0500, Jack Howarth wrote:
>The attached patch solves PR64635 for those targets which produce a
> libgomp-plugin-host_nonshm shared library with a suffix other than
> ".so.1". A set of target specific plugin-suffix.h headers are
> installed in libgomp/config/a
The attached patch solves PR64635 for those targets which produce a
libgomp-plugin-host_nonshm shared library with a suffix other than
".so.1". A set of target specific plugin-suffix.h headers are
installed in libgomp/config/aix, libgomp/config/darwin and
libgomp/config/hpux as well as a generic