+2019-11-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ config: add msys support
+ Requested by Arnold Robbins in:
+ https://lists.gnu.org/r/bug-gnulib/2019-11/msg00008.html
+ He also requested a change to config.guess, which I’ll forward
+ upstream.
+ * build-aux/ar-lib (func_file_conv):
+ * build-aux/compile (func_file_conv):
+ * build-aux/config.rpath (wl, with_gnu_ld)
+ (hardcode_libdir_flag_spec, libext, shrext, library_names_spec):
+ Treat msys like cygwin.
+
2019-11-06 Paul Eggert <eggert@cs.ucla.edu>
regex: now back in sync with glibc
aix*)
wl='-Wl,'
;;
- mingw* | cygwin* | pw32* | os2* | cegcc*)
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
;;
hpux9* | hpux10* | hpux11*)
wl='-Wl,'
hardcode_minus_L=no
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++.
ld_shlibs=no
fi
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
# hardcode_libdir_flag_spec is actually meaningless, as there is
# no search path for DLLs.
hardcode_libdir_flag_spec='-L$libdir'
;;
bsdi[45]*)
;;
- 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
bsdi[45]*)
library_names_spec='$libname$shrext'
;;
- cygwin* | mingw* | pw32* | cegcc*)
+ cygwin* | msys* | mingw* | pw32* | cegcc*)
shrext=.dll
library_names_spec='$libname.dll.a $libname.lib'
;;