From 5c85fc6020684e006c1ee672b023eeabae23374c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 5 Mar 2024 09:22:48 +0100 Subject: libgpg-error: fix x86_64 compile --- package/libgpg-error/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3