Added arch tuple for PPC64LE

Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian
guys, that this is correct and provided the patch.
This commit is contained in:
Harald Hoyer 2014-08-08 16:54:13 +02:00
parent 04b67d4925
commit 37d6781b31

View 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