summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-05 09:22:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-05 11:53:24 +0100
commit5c85fc6020684e006c1ee672b023eeabae23374c (patch)
tree8ec2406ab234eb94ec1da9b47651c2081a87b93d
parentf5add66e5d46595dcb191b48fb176de7d4297527 (diff)
libgpg-error: fix x86_64 compile
-rw-r--r--package/libgpg-error/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile
index f0a968f67..c9d50ca65 100644
--- a/package/libgpg-error/Makefile
+++ b/package/libgpg-error/Makefile
@@ -57,7 +57,7 @@ ifeq ($(ADK_TARGET_ARCH_X86),y)
LIBGPG_PREFIX:= i686-unknown-linux-gnu
endif
ifeq ($(ADK_TARGET_ARCH_X86_64),y)
-LIBGPG_PREFIX:= x86_64-pc-linux-gnu
+LIBGPG_PREFIX:= x86_64-unknown-linux-gnu
endif
ifeq ($(ADK_TARGET_ARCH_XTENSA),y)
LIBGPG_PREFIX:= xtensa-unknown-linux-gnu