File tree Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ #define SONAME_PREFIX "cyg"
2+ #define SONAME_SUFFIX (n ) ("-" #n ".dll")
Original file line number Diff line number Diff line change 2323 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
2424 <http://www.gnu.org/licenses/>. */
2525
26+ #define SONAME_PREFIX "lib"
2627#define SONAME_SUFFIX (n ) ("." #n ".dylib")
Original file line number Diff line number Diff line change 2323 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
2424 <http://www.gnu.org/licenses/>. */
2525
26+ #define SONAME_PREFIX "lib"
2627#define SONAME_SUFFIX (n ) (".sl." #n)
Original file line number Diff line number Diff line change 2323 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
2424 <http://www.gnu.org/licenses/>. */
2525
26+ #define SONAME_PREFIX "lib"
2627#define SONAME_SUFFIX (n ) (".so." #n)
Original file line number Diff line number Diff line change @@ -145,6 +145,10 @@ case "${target}" in
145145 esac
146146 ;;
147147
148+ *-*-cygwin*)
149+ config_path="cygwin posix"
150+ ;;
151+
148152 *-*-mingw32*)
149153 config_path="mingw32 posix"
150154 ;;
Original file line number Diff line number Diff line change @@ -5436,7 +5436,7 @@ gomp_target_fini (void)
54365436static void
54375437gomp_target_init (void )
54385438{
5439- const char * prefix = "libgomp -plugin-" ;
5439+ const char * prefix = SONAME_PREFIX "gomp -plugin-" ;
54405440 const char * suffix = SONAME_SUFFIX (1 );
54415441 const char * cur , * next ;
54425442 char * plugin_name ;
You can’t perform that action at this time.
0 commit comments