[systemd-commits] stable Branch 'v215-stable' - src/shared

Harald Hoyer harald at kemper.freedesktop.org
Sat Aug 9 06:11:16 PDT 2014


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

New commits:
commit 9cd8ab8e269e1d4eb95bbea0d2f040dc84e00418
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 4821d5d..ee50ff4 100644
--- a/src/shared/architecture.h
+++ b/src/shared/architecture.h
@@ -85,7 +85,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 defined(WORDS_BIGENDIAN)



More information about the systemd-commits mailing list