summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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