From: Harald Hoyer Date: Fri, 8 Aug 2014 14:54:13 +0000 (+0200) Subject: Added arch tuple for PPC64LE X-Git-Tag: v216~226 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=37d6781b315f1c84e9344b5c0199aa1cbb4c2d7a;p=elogind.git Added arch tuple for PPC64LE Thanks to Brent Baude , who checked with the debian guys, that this is correct and provided the patch. --- 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