diff options
author | Samuel Thibault <samuel.thibault@gnu.org> | 2021-01-07 16:47:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-12 07:19:46 -0500 |
commit | 4a3b4d50e33b48b84da6ce473a2b6fa89aa406be (patch) | |
tree | c5ca20c7695e00d84b8327c8347f2430beec6de2 /newlib/iconvdata | |
parent | 6d3ddf51282f19adac5177d4103d98074ada7b3d (diff) | |
download | newlib-4a3b4d50e33b48b84da6ce473a2b6fa89aa406be.zip newlib-4a3b4d50e33b48b84da6ce473a2b6fa89aa406be.tar.gz newlib-4a3b4d50e33b48b84da6ce473a2b6fa89aa406be.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 'newlib/iconvdata')
-rwxr-xr-x | newlib/iconvdata/configure | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/newlib/iconvdata/configure b/newlib/iconvdata/configure index 494d080..db3f5a3 100755 --- a/newlib/iconvdata/configure +++ b/newlib/iconvdata/configure @@ -10588,16 +10588,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 @@ -10714,7 +10704,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 @@ -11403,7 +11393,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11406 "configure" +#line 11396 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11509,7 +11499,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11512 "configure" +#line 11502 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |