teknoraver / rpms / systemd

Forked from rpms/systemd 2 months ago
Clone

Blame 0083-Added-arch-tuple-for-PPC64LE.patch

Harald Hoyer 4eb55a
From 9cd8ab8e269e1d4eb95bbea0d2f040dc84e00418 Mon Sep 17 00:00:00 2001
Harald Hoyer 4eb55a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 4eb55a
Date: Fri, 8 Aug 2014 16:54:13 +0200
Harald Hoyer 4eb55a
Subject: [PATCH] Added arch tuple for PPC64LE
Harald Hoyer 4eb55a
Harald Hoyer 4eb55a
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian
Harald Hoyer 4eb55a
guys, that this is correct and provided the patch.
Harald Hoyer 4eb55a
---
Harald Hoyer 4eb55a
 src/shared/architecture.h | 2 +-
Harald Hoyer 4eb55a
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 4eb55a
Harald Hoyer 4eb55a
diff --git a/src/shared/architecture.h b/src/shared/architecture.h
Harald Hoyer 4eb55a
index 4821d5d..ee50ff4 100644
Harald Hoyer 4eb55a
--- a/src/shared/architecture.h
Harald Hoyer 4eb55a
+++ b/src/shared/architecture.h
Harald Hoyer 4eb55a
@@ -85,7 +85,7 @@ Architecture uname_architecture(void);
Harald Hoyer 4eb55a
 #    define LIB_ARCH_TUPLE "ppc64-linux-gnu"
Harald Hoyer 4eb55a
 #  else
Harald Hoyer 4eb55a
 #    define native_architecture() ARCHITECTURE_PPC64_LE
Harald Hoyer 4eb55a
-#    error "Missing LIB_ARCH_TUPLE for PPC64LE"
Harald Hoyer 4eb55a
+#    define LIB_ARCH_TUPLE  "powerpc64le-linux-gnu"
Harald Hoyer 4eb55a
 #  endif
Harald Hoyer 4eb55a
 #elif defined(__powerpc__)
Harald Hoyer 4eb55a
 #  if defined(WORDS_BIGENDIAN)