[PATCH 2/7] 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.
Mike Frysinger
vapier@gentoo.org
Sat Jan 1 20:05:49 GMT 2022
From: Samuel Thibault <samuel.thibault@gnu.org>
. * libtool.m4: Match gnu* along other GNU systems.
*/ChangeLog:
* configure: Re-generate.
---
libtool.m4 | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/libtool.m4 b/libtool.m4
index 434530059fad..e993b621ac28 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
--
2.33.0
More information about the Newlib
mailing list