bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] libtool.m4: update GNU/Hurd test from upstream


From: Samuel Thibault
Subject: Re: [PATCH] libtool.m4: update GNU/Hurd test from upstream
Date: Sat, 2 Jan 2021 00:26:21 +0100
User-agent: NeoMutt/20170609 (1.8.3)

ping?

Samuel

Samuel Thibault, le mer. 23 déc. 2020 20:24:52 +0100, a ecrit:
> In upstream libtool, 47a889a4ca20 ("Improve GNU/Hurd support.") fixed
> detection of shlibpath_overrides_runpath, thus avoiding unnecessary relink.
> This backports it.
> 
> ChangeLog:
> 
>       * libtool.m4: Match gnu* along other GNU systems.
> 
> bfd/ChangeLog:
> 
>       * configure: Re-generate.
> 
> binutils/ChangeLog:
> 
>       * configure: Re-generate.
> 
> gas/ChangeLog:
> 
>       * configure: Re-generate.
> 
> gprof/ChangeLog:
> 
>       * configure: Re-generate.
> 
> ld/ChangeLog:
> 
>       * configure: Re-generate.
> 
> libctf/ChangeLog:
> 
>       * configure: Re-generate.
> 
> opcodes/ChangeLog:
> 
>       * configure: Re-generate.
> 
> sim/ChangeLog:
> 
>       * aarch64/configure: Re-generate.
>       * arm/configure: Re-generate.
>       * avr/configure: Re-generate.
>       * bfin/configure: Re-generate.
>       * bpf/configure: Re-generate.
>       * cr16/configure: Re-generate.
>       * cris/configure: Re-generate.
>       * d10v/configure: Re-generate.
>       * erc32/configure: Re-generate.
>       * frv/configure: Re-generate.
>       * ft32/configure: Re-generate.
>       * h8300/configure: Re-generate.
>       * iq2000/configure: Re-generate.
>       * lm32/configure: Re-generate.
>       * m32c/configure: Re-generate.
>       * m32r/configure: Re-generate.
>       * m68hc11/configure: Re-generate.
>       * mcore/configure: Re-generate.
>       * microblaze/configure: Re-generate.
>       * mips/configure: Re-generate.
>       * mn10300/configure: Re-generate.
>       * moxie/configure: Re-generate.
>       * msp430/configure: Re-generate.
>       * or1k/configure: Re-generate.
>       * pru/configure: Re-generate.
>       * rl78/configure: Re-generate.
>       * rx/configure: Re-generate.
>       * sh/configure: Re-generate.
>       * sh64/configure: Re-generate.
>       * v850/configure: Re-generate.
> 
> zlib/ChangeLog:
> 
>       * configure: Re-generate.
> ---
>  bfd/configure            | 12 +-----------
>  binutils/configure       | 12 +-----------
>  gas/configure            | 12 +-----------
>  gprof/configure          | 12 +-----------
>  ld/configure             | 12 +-----------
>  libctf/configure         | 12 +-----------
>  libtool.m4               | 12 +-----------
>  opcodes/configure        | 12 +-----------
>  sim/aarch64/configure    | 12 +-----------
>  sim/arm/configure        | 12 +-----------
>  sim/avr/configure        | 12 +-----------
>  sim/bfin/configure       | 12 +-----------
>  sim/bpf/configure        | 12 +-----------
>  sim/cr16/configure       | 12 +-----------
>  sim/cris/configure       | 12 +-----------
>  sim/d10v/configure       | 12 +-----------
>  sim/erc32/configure      | 12 +-----------
>  sim/frv/configure        | 12 +-----------
>  sim/ft32/configure       | 12 +-----------
>  sim/h8300/configure      | 12 +-----------
>  sim/iq2000/configure     | 12 +-----------
>  sim/lm32/configure       | 12 +-----------
>  sim/m32c/configure       | 12 +-----------
>  sim/m32r/configure       | 12 +-----------
>  sim/m68hc11/configure    | 12 +-----------
>  sim/mcore/configure      | 12 +-----------
>  sim/microblaze/configure | 12 +-----------
>  sim/mips/configure       | 12 +-----------
>  sim/mn10300/configure    | 12 +-----------
>  sim/moxie/configure      | 12 +-----------
>  sim/msp430/configure     | 12 +-----------
>  sim/or1k/configure       | 12 +-----------
>  sim/pru/configure        | 12 +-----------
>  sim/rl78/configure       | 12 +-----------
>  sim/rx/configure         | 12 +-----------
>  sim/sh/configure         | 12 +-----------
>  sim/sh64/configure       | 12 +-----------
>  sim/v850/configure       | 12 +-----------
>  zlib/configure           | 12 +-----------
>  39 files changed, 39 insertions(+), 429 deletions(-)
> 
> diff --git a/bfd/configure b/bfd/configure
> index 5d84aed069..4ca8a7bd95 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
> diff --git a/binutils/configure b/binutils/configure
> index c000966308..56716816f5 100755
> --- a/binutils/configure
> +++ b/binutils/configure
> @@ -10741,16 +10741,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
> @@ -10867,7 +10857,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
> diff --git a/gas/configure b/gas/configure
> index 813ed93f14..14fa97591d 100755
> --- a/gas/configure
> +++ b/gas/configure
> @@ -10529,16 +10529,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
> @@ -10655,7 +10645,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
> diff --git a/gprof/configure b/gprof/configure
> index 74d22db79b..6f3cb825e9 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
> diff --git a/ld/configure b/ld/configure
> index afe52ef5ef..a5720d9646 100755
> --- a/ld/configure
> +++ b/ld/configure
> @@ -11228,16 +11228,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
> @@ -11354,7 +11344,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
> diff --git a/libctf/configure b/libctf/configure
> index b7ca7cd500..6fb7b21ad2 100755
> --- a/libctf/configure
> +++ b/libctf/configure
> @@ -10704,16 +10704,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
> @@ -10830,7 +10820,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
> diff --git a/libtool.m4 b/libtool.m4
> index 434530059f..e993b621ac 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
> diff --git a/opcodes/configure b/opcodes/configure
> index e448c9ea9c..e4310d4d55 100755
> --- a/opcodes/configure
> +++ b/opcodes/configure
> @@ -10624,16 +10624,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
> @@ -10750,7 +10740,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
> diff --git a/sim/aarch64/configure b/sim/aarch64/configure
> index dc68c75b62..51e683fd4e 100755
> --- a/sim/aarch64/configure
> +++ b/sim/aarch64/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/arm/configure b/sim/arm/configure
> index 11b8a18995..1ae3ef2019 100755
> --- a/sim/arm/configure
> +++ b/sim/arm/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/avr/configure b/sim/avr/configure
> index aa99e9e984..8cf824353a 100755
> --- a/sim/avr/configure
> +++ b/sim/avr/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/bfin/configure b/sim/bfin/configure
> index 9f0b46e111..5f5c24fd74 100755
> --- a/sim/bfin/configure
> +++ b/sim/bfin/configure
> @@ -12107,16 +12107,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
> @@ -12233,7 +12223,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
> diff --git a/sim/bpf/configure b/sim/bpf/configure
> index 944107402d..51fc30e517 100755
> --- a/sim/bpf/configure
> +++ b/sim/bpf/configure
> @@ -12069,16 +12069,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
> @@ -12195,7 +12185,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
> diff --git a/sim/cr16/configure b/sim/cr16/configure
> index 6760c70690..cb8f001a23 100755
> --- a/sim/cr16/configure
> +++ b/sim/cr16/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/cris/configure b/sim/cris/configure
> index 76f3c284e0..1f5e4cebdc 100755
> --- a/sim/cris/configure
> +++ b/sim/cris/configure
> @@ -12078,16 +12078,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
> @@ -12204,7 +12194,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
> diff --git a/sim/d10v/configure b/sim/d10v/configure
> index 11b8a18995..1ae3ef2019 100755
> --- a/sim/d10v/configure
> +++ b/sim/d10v/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/erc32/configure b/sim/erc32/configure
> index 7c410faf39..5359b6425f 100755
> --- a/sim/erc32/configure
> +++ b/sim/erc32/configure
> @@ -12051,16 +12051,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
> @@ -12177,7 +12167,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
> diff --git a/sim/frv/configure b/sim/frv/configure
> index eeffc95c75..3ba201fd67 100755
> --- a/sim/frv/configure
> +++ b/sim/frv/configure
> @@ -12073,16 +12073,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
> @@ -12199,7 +12189,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
> diff --git a/sim/ft32/configure b/sim/ft32/configure
> index 233fb5c142..f705e1dff0 100755
> --- a/sim/ft32/configure
> +++ b/sim/ft32/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/h8300/configure b/sim/h8300/configure
> index ac3cb2745f..34185504ea 100755
> --- a/sim/h8300/configure
> +++ b/sim/h8300/configure
> @@ -12056,16 +12056,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
> @@ -12182,7 +12172,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
> diff --git a/sim/iq2000/configure b/sim/iq2000/configure
> index 92ed9c8b39..db301da042 100755
> --- a/sim/iq2000/configure
> +++ b/sim/iq2000/configure
> @@ -12070,16 +12070,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
> @@ -12196,7 +12186,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
> diff --git a/sim/lm32/configure b/sim/lm32/configure
> index 748266d2e0..7486935f4f 100755
> --- a/sim/lm32/configure
> +++ b/sim/lm32/configure
> @@ -12070,16 +12070,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
> @@ -12196,7 +12186,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
> diff --git a/sim/m32c/configure b/sim/m32c/configure
> index b4bcf5c8c8..53e9f7f135 100755
> --- a/sim/m32c/configure
> +++ b/sim/m32c/configure
> @@ -12057,16 +12057,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
> @@ -12183,7 +12173,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
> diff --git a/sim/m32r/configure b/sim/m32r/configure
> index 8ce674c0e1..106a056b91 100755
> --- a/sim/m32r/configure
> +++ b/sim/m32r/configure
> @@ -12072,16 +12072,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
> @@ -12198,7 +12188,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
> diff --git a/sim/m68hc11/configure b/sim/m68hc11/configure
> index 946d954f2a..1ffd946045 100755
> --- a/sim/m68hc11/configure
> +++ b/sim/m68hc11/configure
> @@ -12067,16 +12067,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
> @@ -12193,7 +12183,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
> diff --git a/sim/mcore/configure b/sim/mcore/configure
> index 11b8a18995..1ae3ef2019 100755
> --- a/sim/mcore/configure
> +++ b/sim/mcore/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/microblaze/configure b/sim/microblaze/configure
> index 11b8a18995..1ae3ef2019 100755
> --- a/sim/microblaze/configure
> +++ b/sim/microblaze/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/mips/configure b/sim/mips/configure
> index 9eead2a81b..4a4c22100d 100755
> --- a/sim/mips/configure
> +++ b/sim/mips/configure
> @@ -12097,16 +12097,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
> @@ -12223,7 +12213,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
> diff --git a/sim/mn10300/configure b/sim/mn10300/configure
> index b2f45916d6..290ec3c464 100755
> --- a/sim/mn10300/configure
> +++ b/sim/mn10300/configure
> @@ -12073,16 +12073,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
> @@ -12199,7 +12189,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
> diff --git a/sim/moxie/configure b/sim/moxie/configure
> index 4feb138753..17561b4ea3 100755
> --- a/sim/moxie/configure
> +++ b/sim/moxie/configure
> @@ -12065,16 +12065,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
> @@ -12191,7 +12181,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
> diff --git a/sim/msp430/configure b/sim/msp430/configure
> index bf345a65c3..6f90d10471 100755
> --- a/sim/msp430/configure
> +++ b/sim/msp430/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/or1k/configure b/sim/or1k/configure
> index 1386585654..1608794b09 100755
> --- a/sim/or1k/configure
> +++ b/sim/or1k/configure
> @@ -12069,16 +12069,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
> @@ -12195,7 +12185,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
> diff --git a/sim/pru/configure b/sim/pru/configure
> index aa99e9e984..8cf824353a 100755
> --- a/sim/pru/configure
> +++ b/sim/pru/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/rl78/configure b/sim/rl78/configure
> index 5229cb7220..70d0325332 100755
> --- a/sim/rl78/configure
> +++ b/sim/rl78/configure
> @@ -12049,16 +12049,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
> @@ -12175,7 +12165,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
> diff --git a/sim/rx/configure b/sim/rx/configure
> index 71e26384b0..f03b0d79ed 100755
> --- a/sim/rx/configure
> +++ b/sim/rx/configure
> @@ -12054,16 +12054,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
> @@ -12180,7 +12170,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
> diff --git a/sim/sh/configure b/sim/sh/configure
> index 11b8a18995..1ae3ef2019 100755
> --- a/sim/sh/configure
> +++ b/sim/sh/configure
> @@ -12064,16 +12064,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
> @@ -12190,7 +12180,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
> diff --git a/sim/sh64/configure b/sim/sh64/configure
> index b02f835518..c7528b547a 100755
> --- a/sim/sh64/configure
> +++ b/sim/sh64/configure
> @@ -12070,16 +12070,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
> @@ -12196,7 +12186,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
> diff --git a/sim/v850/configure b/sim/v850/configure
> index bb2895fb16..d335207f2e 100755
> --- a/sim/v850/configure
> +++ b/sim/v850/configure
> @@ -12070,16 +12070,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
> @@ -12196,7 +12186,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
> diff --git a/zlib/configure b/zlib/configure
> index de6fa7e996..d9ee8e7d02 100755
> --- a/zlib/configure
> +++ b/zlib/configure
> @@ -9811,16 +9811,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
> @@ -9937,7 +9927,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.20.1
> 
> 
> 

-- 
Samuel
c> [ ] morning [ ] afternoon [ ] evening [ ] night , everyone (choose as 
applicable)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]