re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but tries...
authorJack Howarth <howarth.at.gcc@gmail.com>
Wed, 28 Jan 2015 21:25:19 +0000 (21:25 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 28 Jan 2015 21:25:19 +0000 (21:25 +0000)
commit2dde0c3197cf0815c38466f4943828038f0629d8
treeea441109c0b24fa077aba7ab05ef8f91b475a3af
parent183153c9c6b0be667a03ebb800e8ce6a6c9b53e8
re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1)

2015-01-28  Jack Howarth  <howarth.at.gcc@gmail.com>

PR libgomp/64635
* configure.tgt (*-*-aix*): Use config_path "aix posix".
(*-*-darwin*): Use config_path "bsd darwin posix".
(*-*-hpux*): Use config_path "hpux posix".
* target.c: Add include of plugin-suffix.h and use
SONAME_SUFFIX macro.
* config/aix/plugin-suffix.h: New file.
* config/darwin/plugin-suffix.h: New file.
* config/hpux/plugin-suffix.h: New file.
* config/posix/plugin-suffix.h: New file.

From-SVN: r220220
libgomp/config/aix/plugin-suffix.h [new file with mode: 0644]