[systemd-devel] [PATCH] Added arch tuple for PPC64LE

harald at redhat.com harald at redhat.com
Fri Aug 8 07:56:37 PDT 2014


From: Harald Hoyer <harald at redhat.com>

Thanks to Brent Baude <bbaude at redhat.com>, 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 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
-- 
2.0.3



More information about the systemd-devel mailing list