diff options
author | Samuel Thibault <samuel.thibault@gnu.org> | 2021-01-07 16:47:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-01-07 16:47:36 +0000 |
commit | f478212851a25cd9849ad7f41112d08f91ab308b (patch) | |
tree | fd88d6bf193a795cbff056f40f9dc5cf19943d84 /gprof | |
parent | 1b0927db3cf97297138179c68cb4798cc505eb39 (diff) | |
download | gdb-f478212851a25cd9849ad7f41112d08f91ab308b.zip gdb-f478212851a25cd9849ad7f41112d08f91ab308b.tar.gz gdb-f478212851a25cd9849ad7f41112d08f91ab308b.tar.bz2 |
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 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rwxr-xr-x | gprof/configure | 12 |
2 files changed, 5 insertions, 11 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 13a5b96..2b012ef 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2021-01-07 Samuel Thibault <samuel.thibault@gnu.org> + + * configure: Regenerate. + 2021-01-01 Nicolas Boulenguez <nicolas@debian.org> * README: Correct grammar. diff --git a/gprof/configure b/gprof/configure index 74d22db..6f3cb82 100755 --- a/gprof/configure +++ b/gprof/configure @@ -10376,16 +10376,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 @@ -10502,7 +10492,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 |