[Bug libgomp/64635] darwin produces libgomp-plugin-host_nonshm.1.dylib but tries to load libgomp-plugin-host_nonshm.so.1
mrs at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 28 21:24:00 GMT 2015
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
More information about the Gcc-bugs
mailing list