]> git.ipfire.org Git - thirdparty/gcc.git/commit
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:23:14 +0000 (21:23 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 28 Jan 2015 21:23:14 +0000 (21:23 +0000)
commitb5f7a6ca5c5bdebdea7c3e38aca2c15108e8a3cb
tree184f01104b6f7c1b0e1f0834f1f1caba8376a5e5
parentc761dca15efdd733a1488be40dfccc5a55811c04
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: r220218
libgomp/ChangeLog
libgomp/config/darwin/plugin-suffix.h [new file with mode: 0644]
libgomp/config/hpux/plugin-suffix.h [new file with mode: 0644]
libgomp/config/posix/plugin-suffix.h [new file with mode: 0644]
libgomp/configure.tgt
libgomp/target.c