diff options
author | Harald Hoyer <harald@redhat.com> | 2014-08-08 16:54:13 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2014-08-08 16:54:13 +0200 |
commit | 37d6781b315f1c84e9344b5c0199aa1cbb4c2d7a (patch) | |
tree | 488f0cc047ecc66707be1349afe568d21a5603a9 /src | |
parent | 04b67d49254d956d31bcfe80340fb9df7ed332d3 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/architecture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/architecture.h b/src/shared/architecture.h index 38780d1601..71c79b1542 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 |