[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50091] [PATCH 11/21] gnu: libtool: Fix building on riscv64-linux.
From: |
Efraim Flashner |
Subject: |
[bug#50091] [PATCH 11/21] gnu: libtool: Fix building on riscv64-linux. |
Date: |
Tue, 17 Aug 2021 13:32:34 +0300 |
Since this touches the patch for libtool it would involve a rebuild of
everything depending on libtool. I can of course rewrite this so it adds
a phase only for riscv64-linux and then undo it in core-updates.
On Tue, Aug 17, 2021 at 01:19:09PM +0300, Efraim Flashner wrote:
> * gnu/packages/patches/libtool-skip-tests2.patch: Also skip pie tests
> on riscv architectures.
> ---
> gnu/packages/patches/libtool-skip-tests2.patch | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/gnu/packages/patches/libtool-skip-tests2.patch
> b/gnu/packages/patches/libtool-skip-tests2.patch
> index c9d61e3b41..b0a479325f 100644
> --- a/gnu/packages/patches/libtool-skip-tests2.patch
> +++ b/gnu/packages/patches/libtool-skip-tests2.patch
> @@ -1,4 +1,4 @@
> -Skip the nopic test on ARM and MIPS systems.
> +Skip the nopic test on ARM, MIPS and RISCV systems.
>
> --- libtool-2.4.6/tests/demo.at.orig 2015-01-16 13:52:04.000000000 -0500
> +++ libtool-2.4.6/tests/demo.at 2015-02-16 10:48:51.435851966 -0500
> @@ -7,7 +7,7 @@ Skip the nopic test on ARM and MIPS systems.
>
> AT_CHECK([case $host in
> -hppa*|x86_64*|s390*)
> -+hppa*|x86_64*|s390*|arm*|mips*)
> ++hppa*|x86_64*|s390*|arm*|mips*|riscv*)
> # These hosts cannot use non-PIC shared libs
> exit 77 ;;
> *-solaris*|*-sunos*)
> @@ -18,7 +18,7 @@ Skip the nopic test on ARM and MIPS systems.
> { set +x
> $as_echo "$at_srcdir/demo.at:535: case \$host in
> -hppa*|x86_64*|s390*)
> -+hppa*|x86_64*|s390*|arm*|mips*)
> ++hppa*|x86_64*|s390*|arm*|mips*|riscv*)
> # These hosts cannot use non-PIC shared libs
> exit 77 ;;
> *-solaris*|*-sunos*)
> @@ -27,7 +27,7 @@ Skip the nopic test on ARM and MIPS systems.
> at_fn_check_prepare_notrace 'a `...` command substitution' "demo.at:535"
> ( $at_check_trace; case $host in
> -hppa*|x86_64*|s390*)
> -+hppa*|x86_64*|s390*|arm*|mips*)
> ++hppa*|x86_64*|s390*|arm*|mips*|riscv*)
> # These hosts cannot use non-PIC shared libs
> exit 77 ;;
> *-solaris*|*-sunos*)
> --
> 2.32.0
>
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
- [bug#50091] [PATCH 05/21] gnu: guile: Fix building on riscv64-linux., (continued)
- [bug#50091] [PATCH 04/21] gnu: %boot3-inputs: Add missing input., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 06/21] gnu: %final-inputs: Add implied gcc:lib input., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 07/21] gnu: bdb: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 08/21] gnu: elfutils: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 09/21] gnu: pcre: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 10/21] gnu: openssl: Fix build on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 11/21] gnu: libtool: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 12/21] gnu: openblas: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 13/21] gnu: mesa: Add support for riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 14/21] gnu: pcre2: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 15/21] gnu: icu4c: Skip tests on riscv64-linux., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 16/21] gnu: openblas-ilp64: Add riscv64-linux as a supported architecture., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 17/21] gnu: openlibm: Remove riscv64-linux from supported systems., Efraim Flashner, 2021/08/17
- [bug#50091] [PATCH 18/21] gnu: texlive-bin: Fix building on riscv64-linux., Efraim Flashner, 2021/08/17