chiark / gitweb /
Added arch tuple for PPC64LE
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Aug 2014 14:54:13 +0000 (16:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Aug 2014 14:54:13 +0000 (16:54 +0200)
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian
guys, that this is correct and provided the patch.

src/shared/architecture.h

index 38780d1601f9d1fcd32edf15540e4e00d9964cf2..71c79b1542674e0e41b10900f741e918cd289422 100644 (file)
@@ -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