This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1
- From: "mrs at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 28 Jan 2015 21:23:48 +0000
- Subject: [Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1
- Auto-submitted: auto-generated
- References: <bug-64635-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64635
--- Comment #24 from mrs at gcc dot gnu.org <mrs at gcc dot gnu.org> ---
Author: mrs
Date: Wed Jan 28 21:23:14 2015
New Revision: 220218
URL: https://gcc.gnu.org/viewcvs?rev=220218&root=gcc&view=rev
Log:
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.
Added:
trunk/libgomp/config/darwin/
trunk/libgomp/config/darwin/plugin-suffix.h
trunk/libgomp/config/hpux/
trunk/libgomp/config/hpux/plugin-suffix.h
trunk/libgomp/config/posix/plugin-suffix.h
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/configure.tgt
trunk/libgomp/target.c