mirror of
https://github.com/systemd/systemd.git
synced 2024-10-31 07:51:21 +03:00
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:
parent
04b67d4925
commit
37d6781b31
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user