2305 lines
85 KiB
Diff
2305 lines
85 KiB
Diff
diff -Naur binutils-2.26/bfd/acinclude.m4 binutils-2.26.msys2/bfd/acinclude.m4
|
|
--- binutils-2.26/bfd/acinclude.m4 2015-11-13 09:27:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/bfd/acinclude.m4 2016-03-10 12:37:49.311213293 +0100
|
|
@@ -21,7 +21,7 @@
|
|
[AC_REQUIRE([AC_CANONICAL_TARGET])
|
|
case "${host}" in
|
|
changequote(,)dnl
|
|
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
|
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-msys* | *-*-windows*)
|
|
changequote([,])dnl
|
|
AC_DEFINE(USE_BINARY_FOPEN, 1, [Use b modifier when opening binary files?]) ;;
|
|
esac])dnl
|
|
diff -Naur binutils-2.26/bfd/config.bfd binutils-2.26.msys2/bfd/config.bfd
|
|
--- binutils-2.26/bfd/config.bfd 2015-11-13 09:27:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/bfd/config.bfd 2016-03-10 12:41:20.149595229 +0100
|
|
@@ -706,7 +706,7 @@
|
|
targ_archs="$targ_archs bfd_arm_arch"
|
|
want64=true
|
|
;;
|
|
- x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep | x86_64-*-cygwin)
|
|
+ x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep | x86_64-*-cygwin | x86_64-*-msys*)
|
|
targ_defvec=x86_64_pe_vec
|
|
targ_selvecs="x86_64_pe_vec x86_64_pei_vec x86_64_pe_be_vec x86_64_elf64_vec l1om_elf64_vec k1om_elf64_vec i386_pe_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec"
|
|
want64=true
|
|
@@ -759,7 +759,7 @@
|
|
targ_defvec=i386_elf32_vec
|
|
targ_selvecs="iamcu_elf32_vec i386_coff_vec"
|
|
;;
|
|
- i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-winnt | i[3-7]86-*-pe)
|
|
+ i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-msys* | i[3-7]86-*-winnt | i[3-7]86-*-pe)
|
|
targ_defvec=i386_pe_vec
|
|
targ_selvecs="i386_pe_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec"
|
|
targ_underscore=yes
|
|
diff -Naur binutils-2.26/bfd/configure binutils-2.26.msys2/bfd/configure
|
|
--- binutils-2.26/bfd/configure 2016-01-25 09:54:07.000000000 +0100
|
|
+++ binutils-2.26.msys2/bfd/configure 2016-03-10 12:49:01.938688143 +0100
|
|
@@ -5992,7 +5992,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -6334,7 +6334,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin*|msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -6914,7 +6914,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -8498,7 +8498,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8580,7 +8580,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -9042,7 +9042,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -9157,7 +9157,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9588,7 +9588,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -10489,14 +10489,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -10520,6 +10520,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -11156,7 +11162,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -13736,7 +13742,7 @@
|
|
|
|
|
|
case "${host}" in
|
|
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
|
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-msys* | *-*-windows*)
|
|
|
|
$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
|
|
;;
|
|
@@ -14980,7 +14986,7 @@
|
|
|
|
LIBM=
|
|
case $host in
|
|
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
# These system don't have libm, or don't need it
|
|
;;
|
|
*-ncr-sysv4.3*)
|
|
@@ -15130,7 +15136,10 @@
|
|
SHARED_LDFLAGS="-no-undefined"
|
|
SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
|
;;
|
|
-
|
|
+ *-*-msys*)
|
|
+ SHARED_LDFLAGS="-no-undefined"
|
|
+ SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lmsys-2.0 -lkernel32"
|
|
+ ;;
|
|
# Hack to build or1k-src on OSX
|
|
or1k*-*-darwin*)
|
|
SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
|
|
diff -Naur binutils-2.26/bfd/configure.ac binutils-2.26.msys2/bfd/configure.ac
|
|
--- binutils-2.26/bfd/configure.ac 2016-01-25 09:54:07.000000000 +0100
|
|
+++ binutils-2.26.msys2/bfd/configure.ac 2016-03-10 12:49:01.938688143 +0100
|
|
@@ -576,7 +576,10 @@
|
|
SHARED_LDFLAGS="-no-undefined"
|
|
SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin -lkernel32"
|
|
;;
|
|
-
|
|
+ *-*-msys*)
|
|
+ SHARED_LDFLAGS="-no-undefined"
|
|
+ SHARED_LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lmsys-2.0 -lkernel32"
|
|
+ ;;
|
|
# Hack to build or1k-src on OSX
|
|
or1k*-*-darwin*)
|
|
SHARED_LIBADD="-L`pwd`/../libiberty/pic -L`pwd`/../intl -liberty -lintl"
|
|
diff -Naur binutils-2.26/binutils/configure binutils-2.26.msys2/binutils/configure
|
|
--- binutils-2.26/binutils/configure 2016-01-25 09:54:09.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/configure 2016-03-10 13:06:52.827584607 +0100
|
|
@@ -4088,7 +4088,7 @@
|
|
break
|
|
fi
|
|
;;
|
|
- msvisualcpp | msvcmsys)
|
|
+ msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
|
# This compiler won't grok `-c -o', but also, the minuso test has
|
|
# not run yet. These depmodes are late enough in the game, and
|
|
# so weak that their functioning should not be impacted.
|
|
@@ -5759,7 +5759,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -6101,7 +6101,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -6681,7 +6681,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -8296,7 +8296,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8378,7 +8378,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -8840,7 +8840,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -8955,7 +8955,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9386,7 +9386,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -10287,14 +10287,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -10318,6 +10318,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -10954,7 +10960,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -13562,7 +13568,7 @@
|
|
|
|
|
|
case "${host}" in
|
|
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
|
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-msys* | *-*-windows*)
|
|
|
|
$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
|
|
;;
|
|
@@ -14414,7 +14420,7 @@
|
|
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
|
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
|
;;
|
|
- x86_64-*-mingw* | x86_64-*-cygwin*)
|
|
+ x86_64-*-mingw* | x86_64-*-cygwin* | x86_64-*-msys*)
|
|
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
|
if test -z "$DLLTOOL_DEFAULT"; then
|
|
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
|
|
@@ -14424,7 +14430,7 @@
|
|
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
|
BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
|
|
;;
|
|
- i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
|
|
+ i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-msys* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
|
|
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
|
if test -z "$DLLTOOL_DEFAULT"; then
|
|
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
|
|
diff -Naur binutils-2.26/binutils/configure.ac binutils-2.26.msys2/binutils/configure.ac
|
|
--- binutils-2.26/binutils/configure.ac 2016-01-25 09:51:06.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/configure.ac 2016-03-10 13:09:52.773497906 +0100
|
|
@@ -315,7 +315,7 @@
|
|
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
|
|
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
|
|
;;
|
|
- x86_64-*-mingw* | x86_64-*-cygwin*)
|
|
+ x86_64-*-mingw* | x86_64-*-cygwin*| x86_64-*-msys*)
|
|
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
|
if test -z "$DLLTOOL_DEFAULT"; then
|
|
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
|
|
@@ -326,7 +326,7 @@
|
|
BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
|
|
;;
|
|
changequote(,)dnl
|
|
- i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
|
|
+ i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-msys* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
|
|
changequote([,])dnl
|
|
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
|
|
if test -z "$DLLTOOL_DEFAULT"; then
|
|
diff -Naur binutils-2.26/binutils/dllwrap.c binutils-2.26.msys2/binutils/dllwrap.c
|
|
--- binutils-2.26/binutils/dllwrap.c 2015-11-13 09:27:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/dllwrap.c 2016-03-10 13:16:24.017823555 +0100
|
|
@@ -78,6 +78,7 @@
|
|
typedef enum {
|
|
UNKNOWN_TARGET,
|
|
CYGWIN_TARGET,
|
|
+ MSYS_TARGET,
|
|
MINGW_TARGET
|
|
}
|
|
target_type;
|
|
@@ -831,6 +832,8 @@
|
|
/* Set the target platform. */
|
|
if (strstr (target, "cygwin"))
|
|
which_target = CYGWIN_TARGET;
|
|
+ else if (strstr (target, "msys"))
|
|
+ which_target = MSYS_TARGET;
|
|
else if (strstr (target, "mingw"))
|
|
which_target = MINGW_TARGET;
|
|
else
|
|
@@ -882,6 +885,10 @@
|
|
driver_flags = cygwin_driver_flags;
|
|
break;
|
|
|
|
+ case MSYS_TARGET:
|
|
+ driver_flags = cygwin_driver_flags;
|
|
+ break;
|
|
+
|
|
case MINGW_TARGET:
|
|
driver_flags = mingw32_driver_flags;
|
|
break;
|
|
@@ -915,6 +922,10 @@
|
|
name_entry = "_cygwin_dll_entry";
|
|
break;
|
|
|
|
+ case MSYS_TARGET:
|
|
+ name_entry = "_msys_dll_entry";
|
|
+ break;
|
|
+
|
|
case MINGW_TARGET:
|
|
name_entry = "DllMainCRTStartup";
|
|
break;
|
|
@@ -978,7 +989,7 @@
|
|
{
|
|
dyn_string_append_cstr (step_pre1, " --export-all --exclude-symbol=");
|
|
dyn_string_append_cstr (step_pre1,
|
|
- "_cygwin_dll_entry@12,DllMainCRTStartup@12,DllMain@12,DllEntryPoint@12");
|
|
+ "_cygwin_dll_entry@12,_msys_dll_entry@12,DllMainCRTStartup@12,DllMain@12,DllEntryPoint@12");
|
|
}
|
|
dyn_string_append_cstr (step_pre1, " --output-def ");
|
|
dyn_string_append_cstr (step_pre1, def_file_name);
|
|
diff -Naur binutils-2.26/binutils/testsuite/binutils-all/copy-3.d binutils-2.26.msys2/binutils/testsuite/binutils-all/copy-3.d
|
|
--- binutils-2.26/binutils/testsuite/binutils-all/copy-3.d 2013-11-04 16:33:37.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/binutils-all/copy-3.d 2016-03-10 13:17:39.769400225 +0100
|
|
@@ -3,7 +3,7 @@
|
|
#objcopy: --set-section-flags .text=alloc,data
|
|
#name: copy with setting section flags 3
|
|
#source: bintest.s
|
|
-#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* *-*-cygwin* *-*-mingw* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd rs6000-*-*
|
|
+#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* *-*-cygwin* *-*-msys* *-*-mingw* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd rs6000-*-*
|
|
# The .text # section in PE/COFF has a fixed set of flags and these
|
|
# cannot be changed. We skip it for them.
|
|
|
|
diff -Naur binutils-2.26/binutils/testsuite/binutils-all/dlltool.exp binutils-2.26.msys2/binutils/testsuite/binutils-all/dlltool.exp
|
|
--- binutils-2.26/binutils/testsuite/binutils-all/dlltool.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/binutils-all/dlltool.exp 2016-03-10 13:18:27.314962853 +0100
|
|
@@ -22,6 +22,7 @@
|
|
|
|
if {![istarget "i*86-*-*pe*"] \
|
|
&& ![istarget "i*86-*-cygwin*"] \
|
|
+ && ![istarget "i*86-*-msys*"] \
|
|
&& ![istarget "i*86-*-mingw32*"] \
|
|
&& ![istarget "arm-*-pe*"] \
|
|
&& ![istarget "x86_64-*-mingw*"] } {
|
|
diff -Naur binutils-2.26/binutils/testsuite/binutils-all/objcopy.exp binutils-2.26.msys2/binutils/testsuite/binutils-all/objcopy.exp
|
|
--- binutils-2.26/binutils/testsuite/binutils-all/objcopy.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/binutils-all/objcopy.exp 2016-03-10 13:19:43.129866994 +0100
|
|
@@ -545,7 +545,7 @@
|
|
|
|
# Build a final executable.
|
|
|
|
-if { [istarget *-*-cygwin] || [istarget *-*-mingw*] } {
|
|
+if { [istarget *-*-cygwin] || [istarget *-*-mingw*] || [istarget *-*-msys*] } {
|
|
set test_prog "testprog.exe"
|
|
} else {
|
|
set test_prog "testprog"
|
|
@@ -650,6 +650,7 @@
|
|
setup_xfail "arm*-*-pe"
|
|
setup_xfail "*-*-mingw*"
|
|
setup_xfail "*-*-cygwin*"
|
|
+ setup_xfail "*-*-msys*"
|
|
|
|
fail $test1
|
|
}
|
|
diff -Naur binutils-2.26/binutils/testsuite/binutils-all/windres/windres.exp binutils-2.26.msys2/binutils/testsuite/binutils-all/windres/windres.exp
|
|
--- binutils-2.26/binutils/testsuite/binutils-all/windres/windres.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/binutils-all/windres/windres.exp 2016-03-10 13:21:08.941202744 +0100
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# Written by DJ Delorie <dj@redhat.com>
|
|
|
|
-if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] && ![istarget "x86_64-*-cygwin"] } {
|
|
+if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] && ![istarget "x86_64-*-cygwin"] && ![istarget "x86_64-*-msys"] } {
|
|
verbose "Not a Cygwin/Mingw target" 1
|
|
return
|
|
}
|
|
diff -Naur binutils-2.26/binutils/testsuite/lib/binutils-common.exp binutils-2.26.msys2/binutils/testsuite/lib/binutils-common.exp
|
|
--- binutils-2.26/binutils/testsuite/lib/binutils-common.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/lib/binutils-common.exp 2016-03-10 13:21:53.816823778 +0100
|
|
@@ -124,6 +124,7 @@
|
|
proc is_pecoff_format {} {
|
|
if { ![istarget *-*-mingw*]
|
|
&& ![istarget *-*-cygwin*]
|
|
+ && ![istarget *-*-msys*]
|
|
&& ![istarget *-*-cegcc*]
|
|
&& ![istarget *-*-pe*] } {
|
|
return 0
|
|
diff -Naur binutils-2.26/binutils/testsuite/lib/utils-lib.exp binutils-2.26.msys2/binutils/testsuite/lib/utils-lib.exp
|
|
--- binutils-2.26/binutils/testsuite/lib/utils-lib.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/binutils/testsuite/lib/utils-lib.exp 2016-03-10 13:22:31.272617236 +0100
|
|
@@ -128,7 +128,7 @@
|
|
# Returns target executable extension, if any.
|
|
#
|
|
proc exe_ext {} {
|
|
- if { [istarget *-*-mingw*] || [istarget *-*-cygwin*] } {
|
|
+ if { [istarget *-*-mingw*] || [istarget *-*-cygwin*] || [istarget *-*-msys*] } {
|
|
return ".exe"
|
|
} else {
|
|
return ""
|
|
diff -Naur binutils-2.26/compile binutils-2.26.msys2/compile
|
|
--- binutils-2.26/compile 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/compile 2016-03-10 13:23:35.984441037 +0100
|
|
@@ -53,7 +53,7 @@
|
|
MINGW*)
|
|
file_conv=mingw
|
|
;;
|
|
- CYGWIN*)
|
|
+ CYGWIN*|MSYS*)
|
|
file_conv=cygwin
|
|
;;
|
|
*)
|
|
@@ -67,7 +67,7 @@
|
|
mingw/*)
|
|
file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
|
|
;;
|
|
- cygwin/*)
|
|
+ cygwin/*|msys/*)
|
|
file=`cygpath -m "$file" || echo "$file"`
|
|
;;
|
|
wine/*)
|
|
diff -Naur binutils-2.26/config/dfp.m4 binutils-2.26.msys2/config/dfp.m4
|
|
--- binutils-2.26/config/dfp.m4 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/dfp.m4 2016-03-10 13:23:35.984441037 +0100
|
|
@@ -23,7 +23,8 @@
|
|
powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
|
|
i?86*-*-elfiamcu | i?86*-*-gnu* | \
|
|
i?86*-*-mingw* | x86_64*-*-mingw* | \
|
|
- i?86*-*-cygwin* | x86_64*-*-cygwin*)
|
|
+ i?86*-*-cygwin* | x86_64*-*-cygwin* | \
|
|
+ i?86*-*-msys* | x86_64*-*-msys*)
|
|
enable_decimal_float=yes
|
|
;;
|
|
*)
|
|
diff -Naur binutils-2.26/config/elf.m4 binutils-2.26.msys2/config/elf.m4
|
|
--- binutils-2.26/config/elf.m4 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/elf.m4 2016-03-10 13:24:09.890316364 +0100
|
|
@@ -15,7 +15,7 @@
|
|
|
|
target_elf=no
|
|
case $target in
|
|
- *-darwin* | *-aix* | *-cygwin* | *-mingw* | *-aout* | *-*coff* | \
|
|
+ *-darwin* | *-aix* | *-cygwin* | *-msys* | *-mingw* | *-aout* | *-*coff* | \
|
|
*-msdosdjgpp* | *-vms* | *-wince* | *-*-pe* | \
|
|
alpha*-dec-osf* | *-interix* | hppa[[12]]*-*-hpux* | \
|
|
nvptx-*-none)
|
|
diff -Naur binutils-2.26/config/lthostflags.m4 binutils-2.26.msys2/config/lthostflags.m4
|
|
--- binutils-2.26/config/lthostflags.m4 2013-11-04 16:33:37.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/lthostflags.m4 2016-03-10 13:25:02.889078889 +0100
|
|
@@ -13,7 +13,7 @@
|
|
AC_REQUIRE([AC_CANONICAL_SYSTEM])
|
|
|
|
case $host in
|
|
- *-cygwin* | *-mingw*)
|
|
+ *-cygwin* | *-msys* | *-mingw*)
|
|
# 'host' will be top-level target in the case of a target lib,
|
|
# we must compare to with_cross_host to decide if this is a native
|
|
# or cross-compiler and select where to install dlls appropriately.
|
|
diff -Naur binutils-2.26/config/mmap.m4 binutils-2.26.msys2/config/mmap.m4
|
|
--- binutils-2.26/config/mmap.m4 2013-11-04 16:33:37.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/mmap.m4 2016-03-10 13:27:10.982752395 +0100
|
|
@@ -42,7 +42,7 @@
|
|
# Systems known to be in this category are Windows (all variants),
|
|
# VMS, and Darwin.
|
|
case "$host_os" in
|
|
- *vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
|
|
+ *vms* | cygwin* | msys* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
|
|
gcc_cv_func_mmap_dev_zero=no ;;
|
|
*)
|
|
gcc_cv_func_mmap_dev_zero=yes;;
|
|
@@ -74,7 +74,7 @@
|
|
# above for use of /dev/zero.
|
|
# Systems known to be in this category are Windows, VMS, and SCO Unix.
|
|
case "$host_os" in
|
|
- *vms* | cygwin* | pe | mingw* | sco* | udk* )
|
|
+ *vms* | cygwin* | msys* | pe | mingw* | sco* | udk* )
|
|
gcc_cv_func_mmap_anon=no ;;
|
|
*)
|
|
gcc_cv_func_mmap_anon=yes;;
|
|
diff -Naur binutils-2.26/config/picflag.m4 binutils-2.26.msys2/config/picflag.m4
|
|
--- binutils-2.26/config/picflag.m4 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/picflag.m4 2016-03-10 13:29:54.138936172 +0100
|
|
@@ -25,6 +25,8 @@
|
|
;;
|
|
i[[34567]]86-*-cygwin* | x86_64-*-cygwin*)
|
|
;;
|
|
+ i[[34567]]86-*-msys* | x86_64-*-msys*)
|
|
+ ;;
|
|
i[[34567]]86-*-mingw* | x86_64-*-mingw*)
|
|
;;
|
|
i[[34567]]86-*-interix[[3-9]]*)
|
|
diff -Naur binutils-2.26/config/tcl.m4 binutils-2.26.msys2/config/tcl.m4
|
|
--- binutils-2.26/config/tcl.m4 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/config/tcl.m4 2016-03-10 13:32:09.689096563 +0100
|
|
@@ -33,7 +33,7 @@
|
|
|
|
# First check to see if --with-tcl was specified.
|
|
case "${host}" in
|
|
- *-*-cygwin*) platDir="win" ;;
|
|
+ *-*-cygwin* | *-*-msys*) platDir="win" ;;
|
|
*) platDir="unix" ;;
|
|
esac
|
|
if test x"${with_tclconfig}" != x ; then
|
|
@@ -165,7 +165,7 @@
|
|
|
|
# then check for a private Tk library
|
|
case "${host}" in
|
|
- *-*-cygwin*) platDir="win" ;;
|
|
+ *-*-cygwin* | *-*-msys*) platDir="win" ;;
|
|
*) platDir="unix" ;;
|
|
esac
|
|
if test x"${ac_cv_c_tkconfig}" = x ; then
|
|
diff -Naur binutils-2.26/config.guess binutils-2.26.msys2/config.guess
|
|
--- binutils-2.26/config.guess 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/config.guess 2016-03-10 13:34:02.913111609 +0100
|
|
@@ -881,6 +881,9 @@
|
|
amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
|
|
echo x86_64-unknown-cygwin
|
|
exit ;;
|
|
+ amd64:MSYS*:*:* | x86_64:MSYS*:*:*)
|
|
+ echo x86_64-unknown-msys
|
|
+ exit ;;
|
|
p*:CYGWIN*:*)
|
|
echo powerpcle-unknown-cygwin
|
|
exit ;;
|
|
diff -Naur binutils-2.26/config.rpath binutils-2.26.msys2/config.rpath
|
|
--- binutils-2.26/config.rpath 2013-11-04 16:33:37.000000000 +0100
|
|
+++ binutils-2.26.msys2/config.rpath 2016-03-10 13:36:56.959033849 +0100
|
|
@@ -109,7 +109,7 @@
|
|
hardcode_minus_L=no
|
|
|
|
case "$host_os" in
|
|
- cygwin* | mingw* | pw32*)
|
|
+ cygwin* | msys* | mingw* | pw32*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -149,7 +149,7 @@
|
|
ld_shlibs=no
|
|
fi
|
|
;;
|
|
- cygwin* | mingw* | pw32*)
|
|
+ cygwin* | msys* | mingw* | pw32*)
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
# no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -268,7 +268,7 @@
|
|
;;
|
|
bsdi4*)
|
|
;;
|
|
- cygwin* | mingw* | pw32*)
|
|
+ cygwin* | msys* | mingw* | pw32*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -437,7 +437,7 @@
|
|
;;
|
|
bsdi4*)
|
|
;;
|
|
- cygwin* | mingw* | pw32*)
|
|
+ cygwin* | msys* | mingw* | pw32*)
|
|
shrext=.dll
|
|
;;
|
|
darwin* | rhapsody*)
|
|
diff -Naur binutils-2.26/configure binutils-2.26.msys2/configure
|
|
--- binutils-2.26/configure 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/configure 2016-03-10 13:46:54.538356974 +0100
|
|
@@ -3035,7 +3035,7 @@
|
|
# Configure extra directories which are host specific
|
|
|
|
case "${host}" in
|
|
- *-cygwin*)
|
|
+ *-cygwin* | *-msys*)
|
|
configdirs="$configdirs libtermcap" ;;
|
|
esac
|
|
|
|
@@ -3557,7 +3557,7 @@
|
|
# Disable the go frontend on systems where it is known to not work. Please keep
|
|
# this in sync with contrib/config-list.mk.
|
|
case "${target}" in
|
|
-*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
|
|
+*-*-darwin* | *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-aix*)
|
|
unsupported_languages="$unsupported_languages go"
|
|
;;
|
|
esac
|
|
@@ -3570,7 +3570,7 @@
|
|
# PR 46986
|
|
noconfigdirs="$noconfigdirs target-libgo"
|
|
;;
|
|
- *-*-cygwin* | *-*-mingw*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw*)
|
|
noconfigdirs="$noconfigdirs target-libgo"
|
|
;;
|
|
*-*-aix*)
|
|
@@ -3836,7 +3836,7 @@
|
|
i[3456789]86-*-mingw*)
|
|
target_configdirs="$target_configdirs target-winsup"
|
|
;;
|
|
- *-*-cygwin*)
|
|
+ *-*-cygwin* | *-*-msys*)
|
|
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
|
noconfigdirs="$noconfigdirs target-libgloss"
|
|
# always build newlib if winsup directory is present.
|
|
@@ -3980,7 +3980,7 @@
|
|
i[3456789]86-*-msdosdjgpp*)
|
|
host_makefile_frag="config/mh-djgpp"
|
|
;;
|
|
- *-cygwin*)
|
|
+ *-cygwin* | *-msys*)
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if cat works as expected" >&5
|
|
$as_echo_n "checking to see if cat works as expected... " >&6; }
|
|
@@ -6116,7 +6116,7 @@
|
|
else
|
|
if test x"$default_enable_lto" = x"yes" ; then
|
|
case $target in
|
|
- *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
|
|
+ *-apple-darwin9* | *-cygwin* | *-msys* | *-mingw*) ;;
|
|
# On other non-ELF platforms, LTO has yet to be validated.
|
|
*) enable_lto=no ;;
|
|
esac
|
|
@@ -6127,7 +6127,7 @@
|
|
# warn during gcc/ subconfigure; unless you're bootstrapping with
|
|
# -flto it won't be needed until after installation anyway.
|
|
case $target in
|
|
- *-cygwin* | *-mingw* | *-apple-darwin*) ;;
|
|
+ *-cygwin* | *-msys* | *-mingw* | *-apple-darwin*) ;;
|
|
*) if test x"$enable_lto" = x"yes"; then
|
|
as_fn_error "LTO support is not enabled for this target." "$LINENO" 5
|
|
fi
|
|
@@ -6137,7 +6137,7 @@
|
|
# Among non-ELF, only Windows platforms support the lto-plugin so far.
|
|
# Build it unless LTO was explicitly disabled.
|
|
case $target in
|
|
- *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
|
|
+ *-cygwin* | *-msys* | *-mingw*) build_lto_plugin=$enable_lto ;;
|
|
*) ;;
|
|
esac
|
|
|
|
@@ -7008,7 +7008,7 @@
|
|
case "${host}" in
|
|
*-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
|
|
*-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
|
|
- *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
|
|
+ *-*-mingw* | *-*-cygwin | *-*-msys*) RPATH_ENVVAR=PATH ;;
|
|
*) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
|
|
esac
|
|
|
|
@@ -7516,7 +7516,7 @@
|
|
case " $target_configargs " in
|
|
*" --with-newlib "*)
|
|
case "$target" in
|
|
- *-cygwin*)
|
|
+ *-cygwin* | *-msys*)
|
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
|
|
;;
|
|
esac
|
|
diff -Naur binutils-2.26/configure.ac binutils-2.26.msys2/configure.ac
|
|
--- binutils-2.26/configure.ac 2016-01-25 09:57:16.000000000 +0100
|
|
+++ binutils-2.26.msys2/configure.ac 2016-03-10 13:53:53.098539728 +0100
|
|
@@ -409,7 +409,7 @@
|
|
# Configure extra directories which are host specific
|
|
|
|
case "${host}" in
|
|
- *-cygwin*)
|
|
+ *-cygwin* | *-msys*)
|
|
configdirs="$configdirs libtermcap" ;;
|
|
esac
|
|
|
|
@@ -894,7 +894,7 @@
|
|
# Disable the go frontend on systems where it is known to not work. Please keep
|
|
# this in sync with contrib/config-list.mk.
|
|
case "${target}" in
|
|
-*-*-darwin* | *-*-cygwin* | *-*-mingw* | *-*-aix*)
|
|
+*-*-darwin* | *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-aix*)
|
|
unsupported_languages="$unsupported_languages go"
|
|
;;
|
|
esac
|
|
@@ -907,7 +907,7 @@
|
|
# PR 46986
|
|
noconfigdirs="$noconfigdirs target-libgo"
|
|
;;
|
|
- *-*-cygwin* | *-*-mingw*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw*)
|
|
noconfigdirs="$noconfigdirs target-libgo"
|
|
;;
|
|
*-*-aix*)
|
|
@@ -1173,7 +1173,7 @@
|
|
i[[3456789]]86-*-mingw*)
|
|
target_configdirs="$target_configdirs target-winsup"
|
|
;;
|
|
- *-*-cygwin*)
|
|
+ *-*-cygwin* | *-*-msys*)
|
|
target_configdirs="$target_configdirs target-libtermcap target-winsup"
|
|
noconfigdirs="$noconfigdirs target-libgloss"
|
|
# always build newlib if winsup directory is present.
|
|
@@ -1317,7 +1317,7 @@
|
|
i[[3456789]]86-*-msdosdjgpp*)
|
|
host_makefile_frag="config/mh-djgpp"
|
|
;;
|
|
- *-cygwin*)
|
|
+ *-cygwin* | *-msys*)
|
|
ACX_CHECK_CYGWIN_CAT_WORKS
|
|
host_makefile_frag="config/mh-cygwin"
|
|
;;
|
|
@@ -1811,7 +1811,7 @@
|
|
build_lto_plugin=yes
|
|
],[if test x"$default_enable_lto" = x"yes" ; then
|
|
case $target in
|
|
- *-apple-darwin9* | *-cygwin* | *-mingw*) ;;
|
|
+ *-apple-darwin9* | *-cygwin* | *-msys* | *-mingw*) ;;
|
|
# On other non-ELF platforms, LTO has yet to be validated.
|
|
*) enable_lto=no ;;
|
|
esac
|
|
@@ -1822,7 +1822,7 @@
|
|
# warn during gcc/ subconfigure; unless you're bootstrapping with
|
|
# -flto it won't be needed until after installation anyway.
|
|
case $target in
|
|
- *-cygwin* | *-mingw* | *-apple-darwin*) ;;
|
|
+ *-cygwin* | *-msys* | *-mingw* | *-apple-darwin*) ;;
|
|
*) if test x"$enable_lto" = x"yes"; then
|
|
AC_MSG_ERROR([LTO support is not enabled for this target.])
|
|
fi
|
|
@@ -1832,7 +1832,7 @@
|
|
# Among non-ELF, only Windows platforms support the lto-plugin so far.
|
|
# Build it unless LTO was explicitly disabled.
|
|
case $target in
|
|
- *-cygwin* | *-mingw*) build_lto_plugin=$enable_lto ;;
|
|
+ *-cygwin* | *-msys* | *-mingw*) build_lto_plugin=$enable_lto ;;
|
|
*) ;;
|
|
esac
|
|
])
|
|
@@ -2646,7 +2646,7 @@
|
|
case "${host}" in
|
|
*-*-hpux*) RPATH_ENVVAR=SHLIB_PATH ;;
|
|
*-*-darwin*) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
|
|
- *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
|
|
+ *-*-mingw* | *-*-cygwin | *-*-msys* ) RPATH_ENVVAR=PATH ;;
|
|
*) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
|
|
esac
|
|
|
|
@@ -3149,7 +3149,7 @@
|
|
case " $target_configargs " in
|
|
*" --with-newlib "*)
|
|
case "$target" in
|
|
- *-cygwin*)
|
|
+ *-cygwin*|*msys*)
|
|
FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -L$$r/$(TARGET_SUBDIR)/winsup/cygwin -isystem $$s/winsup/cygwin/include'
|
|
;;
|
|
esac
|
|
diff -Naur binutils-2.26/gas/configure binutils-2.26.msys2/gas/configure
|
|
--- binutils-2.26/gas/configure 2016-01-25 09:54:08.000000000 +0100
|
|
+++ binutils-2.26.msys2/gas/configure 2016-03-10 14:05:33.795435835 +0100
|
|
@@ -5510,7 +5510,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -5852,7 +5852,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -6432,7 +6432,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -8047,7 +8047,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8129,7 +8129,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -8591,7 +8591,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -8706,7 +8706,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9137,7 +9137,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -10038,14 +10038,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -10069,6 +10069,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -10705,7 +10711,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -13756,7 +13762,7 @@
|
|
yes)
|
|
LIBM=
|
|
case $host in
|
|
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
# These system don't have libm, or don't need it
|
|
;;
|
|
*-ncr-sysv4.3*)
|
|
@@ -14348,7 +14354,7 @@
|
|
|
|
|
|
case "${host}" in
|
|
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
|
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-msys* | *-*-windows*)
|
|
|
|
$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
|
|
;;
|
|
diff -Naur binutils-2.26/gas/configure.tgt binutils-2.26.msys2/gas/configure.tgt
|
|
--- binutils-2.26/gas/configure.tgt 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/gas/configure.tgt 2016-03-10 14:07:23.115627429 +0100
|
|
@@ -267,7 +267,7 @@
|
|
i386-*-msdos*) fmt=aout ;;
|
|
i386-*-moss*) fmt=elf ;;
|
|
i386-*-pe) fmt=coff em=pe ;;
|
|
- i386-*-cygwin*)
|
|
+ i386-*-cygwin* | i386-*-msys*)
|
|
case ${cpu} in
|
|
x86_64*) fmt=coff em=pep ;;
|
|
i*) fmt=coff em=pe ;;
|
|
diff -Naur binutils-2.26/gas/testsuite/gas/all/gas.exp binutils-2.26.msys2/gas/testsuite/gas/all/gas.exp
|
|
--- binutils-2.26/gas/testsuite/gas/all/gas.exp 2015-11-13 09:27:41.000000000 +0100
|
|
+++ binutils-2.26.msys2/gas/testsuite/gas/all/gas.exp 2016-03-10 14:10:05.317253587 +0100
|
|
@@ -167,7 +167,7 @@
|
|
# failures.
|
|
setup_xfail "bfin-*-*" "i\[3-7\]86-*-*coff" \
|
|
"i\[3-7\]86-*-*pe" "i\[3-7\]86-*-go32*" \
|
|
- "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-mingw*" "x86_64-*-mingw*"
|
|
+ "i\[3-7\]86-*-cygwin*" "i\[3-7\]86-*-msys*" "i\[3-7\]86-*-mingw*" "x86_64-*-mingw*"
|
|
run_dump_test redef3
|
|
gas_test_error "redef4.s" "" ".set for symbol already used as label"
|
|
gas_test_error "redef5.s" "" ".set for symbol already defined through .comm"
|
|
@@ -319,6 +319,7 @@
|
|
|| [istarget i*86-*-isc*] \
|
|
|| [istarget i*86-*-go32*] \
|
|
|| [istarget i*86-*-cygwin*] \
|
|
+ || [istarget i*86-*-msys*] \
|
|
|| [istarget x86_64-*-mingw*] \
|
|
|| [istarget i*86-*-*nt] \
|
|
|| [istarget i*86-*-interix*] \
|
|
@@ -364,6 +365,7 @@
|
|
|
|
if { ([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-openbsd*"]) \
|
|
|| [istarget "i*86-*-cygwin*"] \
|
|
+ || [istarget "i*86-*-msys*"] \
|
|
|| [istarget "i*86-*-mingw32*"] } {
|
|
gas_test "fastcall.s" "" "" "fastcall labels"
|
|
}
|
|
diff -Naur binutils-2.26/gas/testsuite/gas/i386/i386.exp binutils-2.26.msys2/gas/testsuite/gas/i386/i386.exp
|
|
--- binutils-2.26/gas/testsuite/gas/i386/i386.exp 2016-01-25 09:51:06.000000000 +0100
|
|
+++ binutils-2.26.msys2/gas/testsuite/gas/i386/i386.exp 2016-03-10 14:15:13.538379350 +0100
|
|
@@ -419,7 +419,7 @@
|
|
|
|
# This is a PE specific test.
|
|
if { [istarget "*-*-cygwin*"] || [istarget "*-*-pe"]
|
|
- || [istarget "*-*-mingw*"]
|
|
+ || [istarget "*-*-mingw*"] || [istarget "*-*-msys*"]
|
|
} then {
|
|
run_dump_test "secrel"
|
|
}
|
|
diff -Naur binutils-2.26/gprof/configure binutils-2.26.msys2/gprof/configure
|
|
--- binutils-2.26/gprof/configure 2016-01-25 09:54:11.000000000 +0100
|
|
+++ binutils-2.26.msys2/gprof/configure 2016-03-10 14:17:02.802051517 +0100
|
|
@@ -5435,7 +5435,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -5777,7 +5777,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -6357,7 +6357,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -7972,7 +7972,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8054,7 +8054,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -8516,7 +8516,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -8631,7 +8631,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9062,7 +9062,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -9963,14 +9963,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -9994,6 +9994,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -10630,7 +10636,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
diff -Naur binutils-2.26/ld/configure binutils-2.26.msys2/ld/configure
|
|
--- binutils-2.26/ld/configure 2016-01-25 09:54:11.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/configure 2016-03-10 14:17:02.898715560 +0100
|
|
@@ -6253,7 +6253,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -6595,7 +6595,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -7175,7 +7175,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -8791,7 +8791,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | msys* | cygwin* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8873,7 +8873,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -9335,7 +9335,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -9450,7 +9450,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9881,7 +9881,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -10782,14 +10782,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -10813,6 +10813,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -11449,7 +11455,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -12671,7 +12677,7 @@
|
|
esac
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec_CXX='-L$libdir'
|
|
@@ -13640,7 +13646,7 @@
|
|
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
- mingw* | cygwin* | os2* | pw32* | cegcc*)
|
|
+ mingw* | msys* | cygwin* | os2* | pw32* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -14180,7 +14186,7 @@
|
|
pw32*)
|
|
export_symbols_cmds_CXX="$ltdll_cmds"
|
|
;;
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
|
|
;;
|
|
*)
|
|
@@ -14444,14 +14450,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -14474,6 +14480,11 @@
|
|
soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -16895,7 +16906,7 @@
|
|
|
|
|
|
case "${host}" in
|
|
-*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
|
|
+*-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-msys* | *-*-windows*)
|
|
|
|
$as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
|
|
;;
|
|
diff -Naur binutils-2.26/ld/configure.host binutils-2.26.msys2/ld/configure.host
|
|
--- binutils-2.26/ld/configure.host 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/configure.host 2016-03-10 14:17:02.948714204 +0100
|
|
@@ -176,6 +176,10 @@
|
|
HOSTING_LIBS="$HOSTING_LIBS"' -lcygwin -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
|
|
;;
|
|
|
|
+i[3-7]86-*-msys* | x86_64-*-msys*)
|
|
+ HOSTING_LIBS="$HOSTING_LIBS"' -lmsys-2.0 -L/usr/lib/w32api -luser32 -lkernel32 -ladvapi32 -lshell32 `if [ -f ../gcc/libgcc.a ] ; then echo ../gcc/libgcc.a ; else ${CC} -print-libgcc-file-name; fi`'
|
|
+ ;;
|
|
+
|
|
i[3-7]86-*-mingw*)
|
|
#We only support msvcrt.dll, crtid == 2.
|
|
HOSTING_CRT0='/mingw/lib/crt2.o'
|
|
diff -Naur binutils-2.26/ld/configure.tgt binutils-2.26.msys2/ld/configure.tgt
|
|
--- binutils-2.26/ld/configure.tgt 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/configure.tgt 2016-03-10 14:17:02.962047175 +0100
|
|
@@ -350,7 +350,8 @@
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
|
i[3-7]86-*-pe) targ_emul=i386pe ;
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
|
|
-i[3-7]86-*-cygwin*) targ_emul=i386pe ;
|
|
+i[3-7]86-*-cygwin* | i[3-7]86-*-msys*)
|
|
+ targ_emul=i386pe ;
|
|
targ_extra_ofiles="deffilep.o pe-dll.o" ;
|
|
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
|
|
i[3-7]86-*-mingw32*) targ_emul=i386pe ;
|
|
@@ -358,7 +359,8 @@
|
|
x86_64-*-pe | x86_64-*-pep) targ_emul=i386pep ;
|
|
targ_extra_emuls=i386pe ;
|
|
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o" ;;
|
|
-x86_64-*-cygwin) targ_emul=i386pep ;
|
|
+x86_64-*-cygwin* | x86_64-*-msys*)
|
|
+ targ_emul=i386pep ;
|
|
targ_extra_emuls=i386pe
|
|
targ_extra_ofiles="deffilep.o pep-dll.o pe-dll.o"
|
|
test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
|
|
@@ -865,6 +867,10 @@
|
|
NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
|
|
;;
|
|
|
|
+i[03-9x]86-*-msys* | x86_64-*-msys*)
|
|
+ NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
|
|
+ ;;
|
|
+
|
|
*-*-linux*)
|
|
;;
|
|
|
|
diff -Naur binutils-2.26/ld/emultempl/pe.em binutils-2.26.msys2/ld/emultempl/pe.em
|
|
--- binutils-2.26/ld/emultempl/pe.em 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/emultempl/pe.em 2016-03-10 14:17:02.998712847 +0100
|
|
@@ -177,7 +177,7 @@
|
|
# merge_rdata defaults to 0 for cygwin:
|
|
# http://cygwin.com/ml/cygwin-apps/2013-04/msg00187.html
|
|
case ${target} in
|
|
- *-*-cygwin*)
|
|
+ *-*-cygwin* | *-*-msys)
|
|
default_auto_import=1
|
|
default_merge_rdata=0
|
|
;;
|
|
diff -Naur binutils-2.26/ld/emultempl/pep.em binutils-2.26.msys2/ld/emultempl/pep.em
|
|
--- binutils-2.26/ld/emultempl/pep.em 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/emultempl/pep.em 2016-03-10 14:17:03.002046090 +0100
|
|
@@ -7,7 +7,7 @@
|
|
fi
|
|
|
|
case ${target} in
|
|
- *-*-cygwin*)
|
|
+ *-*-cygwin* | *-*-msys*)
|
|
move_default_addr_high=1
|
|
;;
|
|
*)
|
|
diff -Naur binutils-2.26/ld/pe-dll.c binutils-2.26.msys2/ld/pe-dll.c
|
|
--- binutils-2.26/ld/pe-dll.c 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/pe-dll.c 2016-03-10 14:17:03.018712304 +0100
|
|
@@ -207,6 +207,7 @@
|
|
{ STRING_COMMA_LEN ("_NULL_IMPORT_DESCRIPTOR") },
|
|
/* Entry point symbols, and entry hooks. */
|
|
{ STRING_COMMA_LEN ("cygwin_crt0") },
|
|
+ { STRING_COMMA_LEN ("msys_crt0") },
|
|
#ifdef pe_use_x86_64
|
|
{ STRING_COMMA_LEN ("DllMain") },
|
|
{ STRING_COMMA_LEN ("DllEntryPoint") },
|
|
@@ -214,6 +215,9 @@
|
|
{ STRING_COMMA_LEN ("_cygwin_dll_entry") },
|
|
{ STRING_COMMA_LEN ("_cygwin_crt0_common") },
|
|
{ STRING_COMMA_LEN ("_cygwin_noncygwin_dll_entry") },
|
|
+ { STRING_COMMA_LEN ("_msys_dll_entry") },
|
|
+ { STRING_COMMA_LEN ("_msys_crt0_common") },
|
|
+ { STRING_COMMA_LEN ("_msys_nonmsys_dll_entry") },
|
|
#else
|
|
{ STRING_COMMA_LEN ("DllMain@12") },
|
|
{ STRING_COMMA_LEN ("DllEntryPoint@0") },
|
|
@@ -222,6 +226,10 @@
|
|
{ STRING_COMMA_LEN ("_cygwin_crt0_common@8") },
|
|
{ STRING_COMMA_LEN ("_cygwin_noncygwin_dll_entry@12") },
|
|
{ STRING_COMMA_LEN ("cygwin_attach_dll") },
|
|
+ { STRING_COMMA_LEN ("_msys_dll_entry@12") },
|
|
+ { STRING_COMMA_LEN ("_msys_crt0_common@8") },
|
|
+ { STRING_COMMA_LEN ("_msys_nonmsys_dll_entry@12") },
|
|
+ { STRING_COMMA_LEN ("msys_attach_dll") },
|
|
#endif
|
|
{ STRING_COMMA_LEN ("cygwin_premain0") },
|
|
{ STRING_COMMA_LEN ("cygwin_premain1") },
|
|
@@ -324,6 +332,7 @@
|
|
{
|
|
{ STRING_COMMA_LEN ("libcegcc") },
|
|
{ STRING_COMMA_LEN ("libcygwin") },
|
|
+ { STRING_COMMA_LEN ("libmsys-2.0") },
|
|
{ STRING_COMMA_LEN ("libgcc") },
|
|
{ STRING_COMMA_LEN ("libgcc_s") },
|
|
{ STRING_COMMA_LEN ("libstdc++") },
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-auto-import/auto-import.exp binutils-2.26.msys2/ld/testsuite/ld-auto-import/auto-import.exp
|
|
--- binutils-2.26/ld/testsuite/ld-auto-import/auto-import.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-auto-import/auto-import.exp 2016-03-10 14:17:03.072044191 +0100
|
|
@@ -56,7 +56,8 @@
|
|
|
|
# This test can only be run on a couple of platforms.
|
|
# Square bracket expressions seem to confuse istarget.
|
|
-if { ![istarget *-pc-cygwin]
|
|
+if { ![istarget *-pc-cygwin]
|
|
+ && ![istarget *-pc-msys]
|
|
&& ![istarget *-pc-mingw*] } {
|
|
return
|
|
}
|
|
@@ -113,17 +114,26 @@
|
|
set tmpdir tmpdir
|
|
set SHCFLAG ""
|
|
|
|
-if [istarget *-pc-cygwin] {
|
|
+if [istarget *-pc-cygwin || istarget *-pc-msys] {
|
|
# Set some libs needed for cygwin.
|
|
+ if [istarget *-pc-cygwin] {
|
|
set MYLIBS "-L/usr/lib -lcygwin -L/usr/lib/w32api -lkernel32"
|
|
+ } else {
|
|
+ set MYLIBS "-L/usr/lib -lmsys-2.0 -L/usr/lib/w32api -lkernel32"
|
|
+ }
|
|
|
|
# Compile the dll.
|
|
if ![ld_compile "$CC $CFLAGS $SHCFLAG" $srcdir/$subdir/dll.c $tmpdir/dll.o] {
|
|
fail "compiling shared lib"
|
|
}
|
|
+ if [istarget *-pc-cygwin] {
|
|
if ![ld_special_link "$ld -shared --enable-auto-import -e __cygwin_dll_entry@12 --out-implib=$tmpdir/libstandard.dll.a" $tmpdir/dll.dll "$tmpdir/dll.o $MYLIBS"] {
|
|
fail "linking shared lib"
|
|
}
|
|
+ } else {
|
|
+ if ![ld_special_link "$ld -shared --enable-auto-import -e __msys_dll_entry@12 --out-implib=$tmpdir/libstandard.dll.a" $tmpdir/dll.dll "$tmpdir/dll.o $MYLIBS"] {
|
|
+ fail "linking shared lib
|
|
+ }
|
|
|
|
# Create symbolic link.
|
|
catch "exec ln -fs dll.dll $tmpdir/libsymlinked_dll.dll.a" ln_catch
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-bootstrap/bootstrap.exp binutils-2.26.msys2/ld/testsuite/ld-bootstrap/bootstrap.exp
|
|
--- binutils-2.26/ld/testsuite/ld-bootstrap/bootstrap.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-bootstrap/bootstrap.exp 2016-03-10 14:17:03.115376348 +0100
|
|
@@ -114,7 +114,7 @@
|
|
|
|
# On Cygwin, -lintl may require -liconv when linking statically.
|
|
set extralibs ""
|
|
- if { [istarget "*-*-cygwin*"]} {
|
|
+ if { [istarget "*-*-cygwin*"] || [istarget "*-*-msys*"] } {
|
|
if {"$flags" == "--static"} {
|
|
set extralibs "-liconv"
|
|
}
|
|
@@ -191,6 +191,7 @@
|
|
if {[istarget "*-*-pe"]
|
|
|| [istarget "*-*-wince"]
|
|
|| [istarget "*-*-cygwin*"]
|
|
+ || [istarget "*-*-msys*"]
|
|
|| [istarget "*-*-winnt*"]
|
|
|| [istarget "*-*-mingw*"]
|
|
|| [istarget "*-*-interix*"]
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-cygwin/exe-export.exp binutils-2.26.msys2/ld/testsuite/ld-cygwin/exe-export.exp
|
|
--- binutils-2.26/ld/testsuite/ld-cygwin/exe-export.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-cygwin/exe-export.exp 2016-03-10 14:24:52.446360131 +0100
|
|
@@ -1,5 +1,5 @@
|
|
# Expect script for export table in executables tests
|
|
-# Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
|
+# Copyright (C) 2003-2015 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of the GNU Binutils.
|
|
#
|
|
@@ -23,7 +23,7 @@
|
|
#
|
|
|
|
# This test can only be run on a cygwin platforms.
|
|
-if {![istarget *-pc-cygwin]} {
|
|
+if {![istarget *-*-cygwin]} && ![istarget *-*-msys*]} {
|
|
verbose "Not a cygwin target."
|
|
return
|
|
}
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-fastcall/fastcall.exp binutils-2.26.msys2/ld/testsuite/ld-fastcall/fastcall.exp
|
|
--- binutils-2.26/ld/testsuite/ld-fastcall/fastcall.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-fastcall/fastcall.exp 2016-03-10 14:17:03.175374720 +0100
|
|
@@ -26,6 +26,7 @@
|
|
|
|
if { !([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-opensd*"]) \
|
|
&& ![istarget "i*86-*-cygwin*"] \
|
|
+ && ![istarget "i*86-*-msys*"] \
|
|
&& ![istarget "x86_64-*-mingw*"] \
|
|
&& ![istarget "i*86-*-mingw*"] } {
|
|
return
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-pe/export_dynamic_warning.d binutils-2.26.msys2/ld/testsuite/ld-pe/export_dynamic_warning.d
|
|
--- binutils-2.26/ld/testsuite/ld-pe/export_dynamic_warning.d 2013-11-04 16:33:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-pe/export_dynamic_warning.d 2016-03-10 14:17:03.222040122 +0100
|
|
@@ -1,5 +1,5 @@
|
|
#name: PE-COFF --export-dynamic warning
|
|
-#target: *-*-mingw32 *-*-cygwin *-*-pe
|
|
+#target: *-*-mingw32 *-*-cygwin *-*-msys *-*-pe
|
|
#ld: --export-dynamic
|
|
#warning: warning: --export-dynamic is not supported for PE\+? targets, did you mean --export-all-symbols\?
|
|
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-pe/image_size.d binutils-2.26.msys2/ld/testsuite/ld-pe/image_size.d
|
|
--- binutils-2.26/ld/testsuite/ld-pe/image_size.d 2013-11-04 16:33:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-pe/image_size.d 2016-03-10 14:17:03.225373364 +0100
|
|
@@ -1,7 +1,7 @@
|
|
#name: PE-COFF SizeOfImage
|
|
#ld: -T image_size.t
|
|
#objdump: -p
|
|
-#target: *-*-mingw32 *-*-cygwin
|
|
+#target: *-*-mingw32 *-*-cygwin *-*-msys
|
|
|
|
.*: file format .*
|
|
#...
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-pe/pe-compile.exp binutils-2.26.msys2/ld/testsuite/ld-pe/pe-compile.exp
|
|
--- binutils-2.26/ld/testsuite/ld-pe/pe-compile.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-pe/pe-compile.exp 2016-03-10 14:17:03.228706607 +0100
|
|
@@ -118,6 +118,7 @@
|
|
run_ver_script_test "vers-script-4"
|
|
|
|
if {[istarget i*86-*-cygwin*]
|
|
+ || [istarget i*86-*-msys*]
|
|
|| [istarget i*86-*-pe]
|
|
|| [istarget i*86-*-mingw*]
|
|
|| [istarget x86_64-*-mingw*] } {
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-pe/pe.exp binutils-2.26.msys2/ld/testsuite/ld-pe/pe.exp
|
|
--- binutils-2.26/ld/testsuite/ld-pe/pe.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-pe/pe.exp 2016-03-10 14:17:03.228706607 +0100
|
|
@@ -26,6 +26,7 @@
|
|
|
|
# This test can only be run on PE/COFF platforms that support .secrel32.
|
|
if {[istarget i*86-*-cygwin*]
|
|
+ || [istarget i*86-*-msys*]
|
|
|| [istarget i*86-*-pe]
|
|
|| [istarget i*86-*-mingw*]
|
|
|| [istarget x86_64-*-mingw*]
|
|
@@ -40,7 +41,7 @@
|
|
{"TLS directory entry" "" "" "" "tlssec.s"
|
|
{{objdump -p tlssec64.d}} "tlssec.dll"}
|
|
}
|
|
- } elseif {[istarget i*86-*-cygwin*] } {
|
|
+ } elseif {[istarget i*86-*-cygwin*] || [istarget i*86-*-msys*] } {
|
|
set pe_tests {
|
|
{".secrel32" "--disable-auto-import" "" "" {secrel1.s secrel2.s}
|
|
{{objdump -s secrel.d}} "secrel.x"}
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-scripts/script.exp binutils-2.26.msys2/ld/testsuite/ld-scripts/script.exp
|
|
--- binutils-2.26/ld/testsuite/ld-scripts/script.exp 2016-01-25 09:51:06.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-scripts/script.exp 2016-03-10 14:17:03.252039308 +0100
|
|
@@ -167,6 +167,7 @@
|
|
set flags ""
|
|
if {[istarget "*-*-pe*"] \
|
|
|| [istarget "*-*-cygwin*"] \
|
|
+ || [istarget "*-*-msys*"] \
|
|
|| [istarget "*-*-mingw*"] \
|
|
|| [istarget "*-*-winnt*"] \
|
|
|| [istarget "*-*-nt"] \
|
|
diff -Naur binutils-2.26/ld/testsuite/ld-srec/srec.exp binutils-2.26.msys2/ld/testsuite/ld-srec/srec.exp
|
|
--- binutils-2.26/ld/testsuite/ld-srec/srec.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/ld-srec/srec.exp 2016-03-10 14:17:03.272038765 +0100
|
|
@@ -392,7 +392,7 @@
|
|
# The S-record linker doesn't support the special PE headers - the PE
|
|
# emulation tries to write pe-specific information to the PE headers
|
|
# in the output bfd, but it's not a PE bfd (it's an srec bfd)
|
|
-setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
|
+setup_xfail "*-*-cygwin*" "*-*-msys*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
|
setup_xfail "score-*-*"
|
|
|
|
# The S-record linker doesn't support Blackfin ELF FDPIC ABI.
|
|
@@ -435,7 +435,7 @@
|
|
setup_xfail "alpha*-*-netbsd*"
|
|
setup_xfail "hppa*-*-*" "mep-*-*"
|
|
setup_xfail "ia64-*-*"
|
|
-setup_xfail "*-*-cygwin*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
|
+setup_xfail "*-*-cygwin*" "*-*-msys*" "*-*-mingw*" "*-*-pe*" "*-*-winnt*"
|
|
setup_xfail "score-*-*"
|
|
setup_xfail "bfin-*-linux-uclibc"
|
|
setup_xfail "tile*-*-*"
|
|
diff -Naur binutils-2.26/ld/testsuite/lib/ld-lib.exp binutils-2.26.msys2/ld/testsuite/lib/ld-lib.exp
|
|
--- binutils-2.26/ld/testsuite/lib/ld-lib.exp 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/ld/testsuite/lib/ld-lib.exp 2016-03-10 14:26:48.050066277 +0100
|
|
@@ -415,7 +415,7 @@
|
|
}
|
|
|
|
# Windows targets need __main, some prefixed with underscore.
|
|
- if {[istarget *-*-cygwin* ] || [istarget *-*-mingw*]} {
|
|
+ if {[istarget *-*-cygwin* ] || [istarget *-*-mingw*] || [istarget *-*-msys*]} {
|
|
append flags " --defsym __main=0 --defsym ___main=0"
|
|
}
|
|
|
|
diff -Naur binutils-2.26/libiberty/configure binutils-2.26.msys2/libiberty/configure
|
|
--- binutils-2.26/libiberty/configure 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/libiberty/configure 2016-03-10 14:17:03.362036323 +0100
|
|
@@ -5109,6 +5109,8 @@
|
|
;;
|
|
i[34567]86-*-cygwin* | x86_64-*-cygwin*)
|
|
;;
|
|
+ i[34567]86-*-msys* | x86_64-*-msys*)
|
|
+ ;;
|
|
i[34567]86-*-mingw* | x86_64-*-mingw*)
|
|
;;
|
|
i[34567]86-*-interix[3-9]*)
|
|
@@ -6174,7 +6176,7 @@
|
|
|
|
|
|
case "${host}" in
|
|
- *-*-cygwin* | *-*-mingw*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw*)
|
|
$as_echo "#define HAVE_SYS_ERRLIST 1" >>confdefs.h
|
|
|
|
$as_echo "#define HAVE_SYS_NERR 1" >>confdefs.h
|
|
diff -Naur binutils-2.26/libiberty/configure.ac binutils-2.26.msys2/libiberty/configure.ac
|
|
--- binutils-2.26/libiberty/configure.ac 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/libiberty/configure.ac 2016-03-10 14:17:03.362036323 +0100
|
|
@@ -549,7 +549,7 @@
|
|
AC_SUBST(target_header_dir)
|
|
|
|
case "${host}" in
|
|
- *-*-cygwin* | *-*-mingw*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw*)
|
|
AC_DEFINE(HAVE_SYS_ERRLIST)
|
|
AC_DEFINE(HAVE_SYS_NERR)
|
|
;;
|
|
diff -Naur binutils-2.26/libtool.m4 binutils-2.26.msys2/libtool.m4
|
|
--- binutils-2.26/libtool.m4 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/libtool.m4 2016-03-10 14:17:03.465366853 +0100
|
|
@@ -1491,7 +1491,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -1733,7 +1733,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -2204,14 +2204,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,mingw* | yes,msys* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -2235,6 +2235,12 @@
|
|
m4_if([$1], [],[
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
|
+m4_if([$1], [],[
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -3001,7 +3007,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -3285,7 +3291,7 @@
|
|
[AC_REQUIRE([AC_CANONICAL_HOST])dnl
|
|
LIBM=
|
|
case $host in
|
|
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
# These system don't have libm, or don't need it
|
|
;;
|
|
*-ncr-sysv4.3*)
|
|
@@ -3360,7 +3366,7 @@
|
|
aix*)
|
|
symcode='[[BCDT]]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[[ABCDGISTW]]'
|
|
;;
|
|
hpux*)
|
|
@@ -3607,7 +3613,7 @@
|
|
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
- mingw* | cygwin* | os2* | pw32* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | os2* | pw32* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -3920,7 +3926,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -4003,7 +4009,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
m4_if([$1], [GCJ], [],
|
|
@@ -4236,7 +4242,7 @@
|
|
pw32*)
|
|
_LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
|
;;
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
|
|
;;
|
|
*)
|
|
@@ -4288,7 +4294,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -4403,7 +4409,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
@@ -4776,7 +4782,7 @@
|
|
_LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -5720,7 +5726,7 @@
|
|
esac
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
|
|
diff -Naur binutils-2.26/ltmain.sh binutils-2.26.msys2/ltmain.sh
|
|
--- binutils-2.26/ltmain.sh 2014-10-14 09:32:04.000000000 +0200
|
|
+++ binutils-2.26.msys2/ltmain.sh 2016-03-10 14:17:03.515365497 +0100
|
|
@@ -976,7 +976,7 @@
|
|
|
|
|
|
case $host in
|
|
- *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* )
|
|
+ *cygwin* | *msys* | *mingw* | *pw32* | *cegcc* | *solaris2* )
|
|
# don't eliminate duplications in $postdeps and $predeps
|
|
opt_duplicate_compiler_generated_deps=:
|
|
;;
|
|
@@ -1453,7 +1453,7 @@
|
|
|
|
# On Cygwin there's no "real" PIC flag so we must build both object types
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | os2* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | os2* | cegcc*)
|
|
pic_mode=default
|
|
;;
|
|
esac
|
|
@@ -2279,7 +2279,7 @@
|
|
'exit $?'
|
|
tstripme="$stripme"
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
case $realname in
|
|
*.dll.a)
|
|
tstripme=""
|
|
@@ -2385,7 +2385,7 @@
|
|
|
|
# Do a test to see if this is really a libtool program.
|
|
case $host in
|
|
- *cygwin* | *mingw*)
|
|
+ *cygwin* | *msys* | *mingw*)
|
|
if func_ltwrapper_executable_p "$file"; then
|
|
func_ltwrapper_scriptname "$file"
|
|
wrapper=$func_ltwrapper_scriptname_result
|
|
@@ -2460,7 +2460,7 @@
|
|
# remove .exe since cygwin /usr/bin/install will append another
|
|
# one anyway
|
|
case $install_prog,$host in
|
|
- */usr/bin/install*,*cygwin*)
|
|
+ */usr/bin/install*,*cygwin*|*/usr/bin/install*,*msys*)
|
|
case $file:$destfile in
|
|
*.exe:*.exe)
|
|
# this is ok
|
|
@@ -2595,7 +2595,7 @@
|
|
$RM $export_symbols
|
|
${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' < "$nlist" > "$export_symbols"
|
|
case $host in
|
|
- *cygwin* | *mingw* | *cegcc* )
|
|
+ *cygwin* | *msys* | *mingw* | *cegcc* )
|
|
echo EXPORTS > "$output_objdir/$outputname.def"
|
|
cat "$export_symbols" >> "$output_objdir/$outputname.def"
|
|
;;
|
|
@@ -2607,7 +2607,7 @@
|
|
$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T
|
|
$MV "$nlist"T "$nlist"
|
|
case $host in
|
|
- *cygwin* | *mingw* | *cegcc* )
|
|
+ *cygwin* | *msys* | *mingw* | *cegcc* )
|
|
echo EXPORTS > "$output_objdir/$outputname.def"
|
|
cat "$nlist" >> "$output_objdir/$outputname.def"
|
|
;;
|
|
@@ -2663,7 +2663,7 @@
|
|
} lt_dlsymlist;
|
|
"
|
|
case $host in
|
|
- *cygwin* | *mingw* | *cegcc* )
|
|
+ *cygwin* | *msys* | *mingw* | *cegcc* )
|
|
echo >> "$output_objdir/$my_dlsyms" "\
|
|
/* DATA imports from DLLs on WIN32 con't be const, because
|
|
runtime relocations are performed -- see ld's documentation
|
|
@@ -2749,7 +2749,7 @@
|
|
# Transform the symbol file into the correct name.
|
|
symfileobj="$output_objdir/${my_outputname}S.$objext"
|
|
case $host in
|
|
- *cygwin* | *mingw* | *cegcc* )
|
|
+ *cygwin* | *msys* | *mingw* | *cegcc* )
|
|
if test -f "$output_objdir/$my_outputname.def"; then
|
|
compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
|
|
finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
|
|
@@ -3192,7 +3192,7 @@
|
|
func_to_host_path_result=`( cmd //c echo "$1" ) 2>/dev/null |
|
|
$SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
|
|
;;
|
|
- *cygwin* )
|
|
+ *cygwin* | *msys* )
|
|
func_to_host_path_result=`cygpath -w "$1" |
|
|
$SED -e "$lt_sed_naive_backslashify"`
|
|
;;
|
|
@@ -3265,7 +3265,7 @@
|
|
( cmd //c echo "$func_to_host_pathlist_tmp1" ) 2>/dev/null |
|
|
$SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
|
|
;;
|
|
- *cygwin* )
|
|
+ *cygwin* | *msys* )
|
|
func_to_host_pathlist_result=`cygpath -w -p "$func_to_host_pathlist_tmp1" |
|
|
$SED -e "$lt_sed_naive_backslashify"`
|
|
;;
|
|
@@ -3571,7 +3571,7 @@
|
|
{
|
|
EOF
|
|
case "$host" in
|
|
- *mingw* | *cygwin* )
|
|
+ *mingw* | *cygwin* | *msys* )
|
|
# make stdout use "unix" line endings
|
|
echo " setmode(1,_O_BINARY);"
|
|
;;
|
|
@@ -4233,7 +4233,7 @@
|
|
{
|
|
$opt_debug
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
# It is impossible to link a dll without this setting, and
|
|
# we shouldn't force the makefile maintainer to figure out
|
|
# which system we are compiling for in order to pass an extra
|
|
@@ -4713,7 +4713,7 @@
|
|
;;
|
|
esac
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
|
|
case :$dllsearchpath: in
|
|
*":$dir:"*) ;;
|
|
@@ -4733,7 +4733,7 @@
|
|
-l*)
|
|
if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
|
# These systems don't actually have a C or math library (as such)
|
|
continue
|
|
;;
|
|
@@ -4813,7 +4813,7 @@
|
|
|
|
-no-install)
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
|
|
# The PATH hackery in wrapper scripts is required on Windows
|
|
# and Darwin in order for the loader to find any dlls it needs.
|
|
func_warning "\`-no-install' is ignored for $host"
|
|
@@ -5772,7 +5772,7 @@
|
|
if test -n "$library_names" &&
|
|
{ test "$use_static_libs" = no || test -z "$old_library"; }; then
|
|
case $host in
|
|
- *cygwin* | *mingw* | *cegcc*)
|
|
+ *cygwin* | *msys* | *mingw* | *cegcc*)
|
|
# No point in relinking DLLs because paths are not encoded
|
|
notinst_deplibs="$notinst_deplibs $lib"
|
|
need_relink=no
|
|
@@ -5842,7 +5842,7 @@
|
|
elif test -n "$soname_spec"; then
|
|
# bleh windows
|
|
case $host in
|
|
- *cygwin* | mingw* | *cegcc*)
|
|
+ *cygwin* | *msys* | mingw* | *cegcc*)
|
|
func_arith $current - $age
|
|
major=$func_arith_result
|
|
versuffix="-$major"
|
|
@@ -6693,7 +6693,7 @@
|
|
if test "$build_libtool_libs" = yes; then
|
|
if test -n "$rpath"; then
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
|
|
# these systems don't actually have a c library (as such)!
|
|
;;
|
|
*-*-rhapsody* | *-*-darwin1.[012])
|
|
@@ -7194,7 +7194,7 @@
|
|
|
|
orig_export_symbols=
|
|
case $host_os in
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
|
|
# exporting using user supplied symfile
|
|
if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
|
|
@@ -7710,7 +7710,7 @@
|
|
|
|
prog)
|
|
case $host in
|
|
- *cygwin*) func_stripname '' '.exe' "$output"
|
|
+ *cygwin* | *msys*) func_stripname '' '.exe' "$output"
|
|
output=$func_stripname_result.exe;;
|
|
esac
|
|
test -n "$vinfo" && \
|
|
@@ -7823,7 +7823,7 @@
|
|
esac
|
|
fi
|
|
case $host in
|
|
- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
+ *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
|
|
testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
|
|
case :$dllsearchpath: in
|
|
*":$libdir:"*) ;;
|
|
@@ -7901,7 +7901,7 @@
|
|
# Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
|
|
wrappers_required=no
|
|
;;
|
|
- *cygwin* | *mingw* )
|
|
+ *cygwin* | *msys* | *mingw* )
|
|
if test "$build_libtool_libs" != yes; then
|
|
wrappers_required=no
|
|
fi
|
|
@@ -8029,14 +8029,14 @@
|
|
esac
|
|
# test for cygwin because mv fails w/o .exe extensions
|
|
case $host in
|
|
- *cygwin*)
|
|
+ *cygwin* | *msys*)
|
|
exeext=.exe
|
|
func_stripname '' '.exe' "$outputname"
|
|
outputname=$func_stripname_result ;;
|
|
*) exeext= ;;
|
|
esac
|
|
case $host in
|
|
- *cygwin* | *mingw* )
|
|
+ *cygwin* | *msys* | *mingw* )
|
|
func_dirname_and_basename "$output" "" "."
|
|
output_name=$func_basename_result
|
|
output_path=$func_dirname_result
|
|
@@ -8343,7 +8343,7 @@
|
|
# tests/bindir.at for full details.
|
|
tdlname=$dlname
|
|
case $host,$output,$installed,$module,$dlname in
|
|
- *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
|
|
+ *cygwin*,*lai,yes,no,*.dll | *msys*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
|
|
# If a -bindir argument was supplied, place the dll there.
|
|
if test "x$bindir" != x ;
|
|
then
|
|
diff -Naur binutils-2.26/ltoptions.m4 binutils-2.26.msys2/ltoptions.m4
|
|
--- binutils-2.26/ltoptions.m4 2013-11-04 16:33:40.000000000 +0100
|
|
+++ binutils-2.26.msys2/ltoptions.m4 2016-03-10 14:17:03.522031982 +0100
|
|
@@ -126,7 +126,7 @@
|
|
[enable_win32_dll=yes
|
|
|
|
case $host in
|
|
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
|
+*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
|
|
AC_CHECK_TOOL(AS, as, false)
|
|
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
|
|
AC_CHECK_TOOL(OBJDUMP, objdump, false)
|
|
diff -Naur binutils-2.26/opcodes/configure binutils-2.26.msys2/opcodes/configure
|
|
--- binutils-2.26/opcodes/configure 2016-01-25 09:54:10.000000000 +0100
|
|
+++ binutils-2.26.msys2/opcodes/configure 2016-03-10 14:17:03.632028998 +0100
|
|
@@ -5714,7 +5714,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -6056,7 +6056,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -6636,7 +6636,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -8221,7 +8221,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | msys* | cygwin* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -8303,7 +8303,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | msys* | cygwin* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -8765,7 +8765,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -8880,7 +8880,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -9311,7 +9311,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -10212,14 +10212,14 @@
|
|
# libtool to hard-code these into programs
|
|
;;
|
|
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
version_type=windows
|
|
shrext_cmds=".dll"
|
|
need_version=no
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -10243,6 +10243,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # Msys DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -10879,7 +10885,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
@@ -12300,7 +12306,7 @@
|
|
|
|
LIBM=
|
|
case $host in
|
|
-*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
+*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
|
|
# These system don't have libm, or don't need it
|
|
;;
|
|
*-ncr-sysv4.3*)
|
|
@@ -12470,6 +12476,10 @@
|
|
SHARED_LDFLAGS="-no-undefined"
|
|
SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
|
|
;;
|
|
+ *-*-msys*)
|
|
+ SHARED_LDFLAGS="-no-undefined"
|
|
+ SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lmsys-2.0"
|
|
+ ;;
|
|
*-*-darwin*)
|
|
SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
|
|
SHARED_DEPENDENCIES="../bfd/libbfd.la"
|
|
diff -Naur binutils-2.26/opcodes/configure.ac binutils-2.26.msys2/opcodes/configure.ac
|
|
--- binutils-2.26/opcodes/configure.ac 2015-11-13 09:27:42.000000000 +0100
|
|
+++ binutils-2.26.msys2/opcodes/configure.ac 2016-03-10 14:17:03.692027370 +0100
|
|
@@ -175,6 +175,10 @@
|
|
SHARED_LDFLAGS="-no-undefined"
|
|
SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
|
|
;;
|
|
+ *-*-msys*)
|
|
+ SHARED_LDFLAGS="-no-undefined"
|
|
+ SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lmsys-2.0"
|
|
+ ;;
|
|
*-*-darwin*)
|
|
SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
|
|
SHARED_DEPENDENCIES="../bfd/libbfd.la"
|
|
diff -Naur binutils-2.26/zlib/configure binutils-2.26.msys2/zlib/configure
|
|
--- binutils-2.26/zlib/configure 2016-03-15 10:16:21.857268500 +0300
|
|
+++ binutils-2.26.msys2/zlib/configure 2016-03-15 10:17:49.766346800 +0300
|
|
@@ -4641,7 +4641,7 @@
|
|
lt_cv_sys_max_cmd_len=-1;
|
|
;;
|
|
|
|
- cygwin* | mingw* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | cegcc*)
|
|
# On Win9x/ME, this test blows up -- it succeeds, but takes
|
|
# about 5 minutes as the teststring grows exponentially.
|
|
# Worse, since 9x/ME are not pre-emptively multitasking,
|
|
@@ -4983,7 +4983,7 @@
|
|
lt_cv_file_magic_test_file=/shlib/libc.so
|
|
;;
|
|
|
|
-cygwin*)
|
|
+cygwin* | msys*)
|
|
# func_win32_libid is a shell function defined in ltmain.sh
|
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
|
lt_cv_file_magic_cmd='func_win32_libid'
|
|
@@ -5563,7 +5563,7 @@
|
|
aix*)
|
|
symcode='[BCDT]'
|
|
;;
|
|
-cygwin* | mingw* | pw32* | cegcc*)
|
|
+cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
symcode='[ABCDGISTW]'
|
|
;;
|
|
hpux*)
|
|
@@ -7453,7 +7453,7 @@
|
|
# PIC is the default for these OSes.
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
|
@@ -7535,7 +7535,7 @@
|
|
fi
|
|
;;
|
|
|
|
- mingw* | cygwin* | pw32* | os2* | cegcc*)
|
|
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
|
|
# This hack is so that the source file can tell whether it is being
|
|
# built for inclusion in a dll (and should export symbols for example).
|
|
lt_prog_compiler_pic='-DDLL_EXPORT'
|
|
@@ -7997,7 +7997,7 @@
|
|
extract_expsyms_cmds=
|
|
|
|
case $host_os in
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# FIXME: the MSVC++ port hasn't been tested in a loooong time
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
@@ -8112,7 +8112,7 @@
|
|
fi
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
|
|
# as there is no search path for DLLs.
|
|
hardcode_libdir_flag_spec='-L$libdir'
|
|
@@ -8549,7 +8549,7 @@
|
|
export_dynamic_flag_spec=-rdynamic
|
|
;;
|
|
|
|
- cygwin* | mingw* | pw32* | cegcc*)
|
|
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
|
|
# When not using gcc, we currently assume that we are using
|
|
# Microsoft Visual C++.
|
|
# hardcode_libdir_flag_spec is actually meaningless, as there is
|
|
@@ -9460,7 +9460,7 @@
|
|
need_lib_prefix=no
|
|
|
|
case $GCC,$host_os in
|
|
- yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
+ yes,cygwin* | yes,msys* | yes,mingw* | yes,pw32* | yes,cegcc*)
|
|
library_names_spec='$libname.dll.a'
|
|
# DLL is installed to $(libdir)/../bin by postinstall_cmds
|
|
postinstall_cmds='base_file=`basename \${file}`~
|
|
@@ -9484,6 +9484,12 @@
|
|
|
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
;;
|
|
+ msys*)
|
|
+ # MSYS DLLs use 'msys-' prefix rather than 'lib'
|
|
+ soname_spec='`echo ${libname} | sed -e 's/^lib/msys-/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
+
|
|
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
|
|
+ ;;
|
|
mingw* | cegcc*)
|
|
# MinGW DLLs use traditional 'lib' prefix
|
|
soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
|
|
@@ -10123,7 +10129,7 @@
|
|
lt_cv_dlopen_libs=
|
|
;;
|
|
|
|
- cygwin*)
|
|
+ cygwin* | msys*)
|
|
lt_cv_dlopen="dlopen"
|
|
lt_cv_dlopen_libs=
|
|
;;
|