From f478212851a25cd9849ad7f41112d08f91ab308b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 7 Jan 2021 16:47:36 +0000 Subject: 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. --- bfd/ChangeLog | 4 ++++ bfd/configure | 12 +----------- 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 69313e1..ecee955 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2021-01-07 Samuel Thibault + + * configure: Regenerate. + 2021-01-07 H.J. Lu PR 27109 diff --git a/bfd/configure b/bfd/configure index 1460bbd..4888b72 100755 --- a/bfd/configure +++ b/bfd/configure @@ -10914,16 +10914,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 @@ -11040,7 +11030,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 -- cgit v1.1