blob: ac96efad84e3799d37ddd9ad2bf38329a135452c [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001From: =?utf-8?q?R=C3=A9mi_Denis-Courmont?= <remi@remlab.net>
2Date: Sat, 16 Jun 2018 21:31:45 +0300
3Subject: configure: fix linking on RISC-V ISA
4
5Upstream-status: Pending
6---
7 configure.ac | 1 +
8 1 file changed, 1 insertion(+)
9
10--- a/configure.ac
11+++ b/configure.ac
12@@ -113,6 +113,7 @@ case "${host_os}" in
13 ;;
14 linux*)
15 SYS=linux
16+ test "${host_cpu}" = "riscv64" && CFLAGS="${CFLAGS} -pthread"
17 ;;
18 bsdi*)
19 SYS=bsdi