aboutsummaryrefslogtreecommitdiffstats
path: root/extension/build-aux/config.rpath
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-11-10 21:27:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-11-10 21:27:03 +0200
commit5f5b770ec25aaef7265b004fa17adf58d3136a80 (patch)
tree6d5ae9d7add0577dce3d6500ebcacfd42a8c1e1e /extension/build-aux/config.rpath
parent2269a6d3fb4c7085d77a482f59562edeb12d0014 (diff)
downloadegawk-5f5b770ec25aaef7265b004fa17adf58d3136a80.tar.gz
egawk-5f5b770ec25aaef7265b004fa17adf58d3136a80.tar.bz2
egawk-5f5b770ec25aaef7265b004fa17adf58d3136a80.zip
Update aux files, add msys support.
Diffstat (limited to 'extension/build-aux/config.rpath')
-rwxr-xr-xextension/build-aux/config.rpath10
1 files changed, 5 insertions, 5 deletions
diff --git a/extension/build-aux/config.rpath b/extension/build-aux/config.rpath
index be202c1a..1644dbd6 100755
--- a/extension/build-aux/config.rpath
+++ b/extension/build-aux/config.rpath
@@ -57,7 +57,7 @@ else
aix*)
wl='-Wl,'
;;
- mingw* | cygwin* | pw32* | os2* | cegcc*)
+ mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
;;
hpux9* | hpux10* | hpux11*)
wl='-Wl,'
@@ -149,7 +149,7 @@ hardcode_direct=no
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++.
@@ -198,7 +198,7 @@ if test "$with_gnu_ld" = yes; then
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'
@@ -348,7 +348,7 @@ else
;;
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
@@ -533,7 +533,7 @@ case "$host_os" in
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'
;;