summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-09-30 10:27:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-09-30 10:27:36 +0200
commitc5d0797ef5a50462e7259e810079bec4e6901fb1 (patch)
treef15a967b92dc29ac1a033f907d250a632615ac0c
parentf4bddd864e7d8d27b0601e89c4ad14a93b2251e4 (diff)
libgpg-error: fix riscv64
-rw-r--r--package/libgpg-error/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile
index 23067acda..aa139d40e 100644
--- a/package/libgpg-error/Makefile
+++ b/package/libgpg-error/Makefile
@@ -44,6 +44,9 @@ endif
ifeq ($(ADK_TARGET_ARCH_PPC64),y)
LIBGPG_PREFIX:= powerpc64-unknown-linux-gnu
endif
+ifeq ($(ADK_TARGET_ARCH_RISCV64),y)
+LIBGPG_PREFIX:= riscv64-unknown-linux-gnu
+endif
ifeq ($(ADK_TARGET_ARCH_SH),y)
LIBGPG_PREFIX:= sh4-unknown-linux-gnu
endif