Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@gnu.org>2021-01-07 19:47:36 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-12 15:19:46 +0300
commit4a3b4d50e33b48b84da6ce473a2b6fa89aa406be (patch)
treec5ca20c7695e00d84b8327c8347f2430beec6de2 /libtool.m4
parent6d3ddf51282f19adac5177d4103d98074ada7b3d (diff)
libtool.m4: update GNU/Hurd test from upstream. In upstream libtool, 47a889a4ca20 ("Improve GNU/Hurd support.") fixed detection of shlibpath_overrides_runpath, thus avoiding unnecessary relink. This backports it.
. * libtool.m4: Match gnu* along other GNU systems. */ChangeLog: * configure: Re-generate.
Diffstat (limited to 'libtool.m4')
-rw-r--r--libtool.m412
1 files changed, 1 insertions, 11 deletions
diff --git a/libtool.m4 b/libtool.m4
index 434530059..e993b621a 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -2323,16 +2323,6 @@ freebsd* | dragonfly*)
esac
;;
-gnu*)
- version_type=linux
- need_lib_prefix=no
- need_version=no
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
- soname_spec='${libname}${release}${shared_ext}$major'
- shlibpath_var=LD_LIBRARY_PATH
- hardcode_into_libs=yes
- ;;
-
haiku*)
version_type=linux
need_lib_prefix=no
@@ -2449,7 +2439,7 @@ linux*oldld* | linux*aout* | linux*coff*)
;;
# This must be Linux ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
version_type=linux
need_lib_prefix=no
need_version=no