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

Bug#1002079: yubiserver: update ftbfs issue on yubiserver



Source: yubiserver
Version: 0.6-3.1
Tags: ftbfs patch
Followup-For: Bug #1002079
User: debian-riscv@lists.debian.org
Usertags: riscv64
X-Debbugs-Cc: debian-riscv@lists.debian.org
Control: tags -1 ftbfs patch

Dear Maintainer,

I noticed Ileana who has submited the patch for the issue.

And I will attach the patch to fix the issue also, or:

Updtae the config scripts:

http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
Add support riscv arch

--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -1001,6 +1001,9 @@
     ppcle:Linux:*:*)
 	echo powerpcle-unknown-linux-${LIBC}
 	exit ;;
+    riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
+    echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+    exit ;;
     s390:Linux:*:* | s390x:Linux:*:*)
 	echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
 	exit ;;

Reply to: