guix-commits
[Top][All Lists]
Advanced

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

02/02: Revert "gnu: libtool: Fix building on riscv64-linux."


From: guix-commits
Subject: 02/02: Revert "gnu: libtool: Fix building on riscv64-linux."
Date: Wed, 18 Aug 2021 05:58:56 -0400 (EDT)

efraim pushed a commit to branch wip-riscv
in repository guix.

commit 37deb55a265e25058bad94cd3ba1f9a889370ebd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Aug 18 12:57:11 2021 +0300

    Revert "gnu: libtool: Fix building on riscv64-linux."
    
    This reverts commit 9aae8ef33d6bc84b2a0f3765ef56d00e0c4d3359.
---
 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 b0a4793..c9d61e3 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, MIPS and RISCV systems.
+Skip the nopic test on ARM and MIPS 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, MIPS and RISCV systems.
  
  AT_CHECK([case $host in
 -hppa*|x86_64*|s390*)
-+hppa*|x86_64*|s390*|arm*|mips*|riscv*)
++hppa*|x86_64*|s390*|arm*|mips*)
    # These hosts cannot use non-PIC shared libs
    exit 77 ;;
  *-solaris*|*-sunos*)
@@ -18,7 +18,7 @@ Skip the nopic test on ARM, MIPS and RISCV systems.
  { set +x
  $as_echo "$at_srcdir/demo.at:535: case \$host in
 -hppa*|x86_64*|s390*)
-+hppa*|x86_64*|s390*|arm*|mips*|riscv*)
++hppa*|x86_64*|s390*|arm*|mips*)
    # These hosts cannot use non-PIC shared libs
    exit 77 ;;
  *-solaris*|*-sunos*)
@@ -27,7 +27,7 @@ Skip the nopic test on ARM, MIPS and RISCV 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*|riscv*)
++hppa*|x86_64*|s390*|arm*|mips*)
    # These hosts cannot use non-PIC shared libs
    exit 77 ;;
  *-solaris*|*-sunos*)



reply via email to

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