[systemd-commits] src/shared

Harald Hoyer harald at kemper.freedesktop.org
Sat Aug 9 06:02:45 PDT 2014


 src/shared/architecture.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 37d6781b315f1c84e9344b5c0199aa1cbb4c2d7a
Author: Harald Hoyer <harald at redhat.com>
Date:   Fri Aug 8 16:54:13 2014 +0200

    Added arch tuple for PPC64LE
    
    Thanks to Brent Baude <bbaude at redhat.com>, 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 38780d1..71c79b1 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



More information about the systemd-commits mailing list