From 37d6781b315f1c84e9344b5c0199aa1cbb4c2d7a Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 8 Aug 2014 16:54:13 +0200 Subject: [PATCH] Added arch tuple for PPC64LE Thanks to Brent Baude , who checked with the debian guys, that this is correct and provided the patch. --- src/shared/architecture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/architecture.h b/src/shared/architecture.h index 38780d160..71c79b154 100644 --- a/src/shared/architecture.h +++ b/src/shared/architecture.h @@ -87,7 +87,7 @@ Architecture uname_architecture(void); # define LIB_ARCH_TUPLE "ppc64-linux-gnu" # else # define native_architecture() ARCHITECTURE_PPC64_LE -# error "Missing LIB_ARCH_TUPLE for PPC64LE" +# define LIB_ARCH_TUPLE "powerpc64le-linux-gnu" # endif #elif defined(__powerpc__) # if __BYTE_ORDER == __BIG_ENDIAN -- 2.30.2