From: Szabolcs Nagy Date: Fri, 1 May 2015 12:58:55 +0000 (+0100) Subject: [AArch64] Fix the big endian loader name. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbcaca73cb0a19698ea1b424087e8997a9b7c3c4;p=thirdparty%2Fglibc.git [AArch64] Fix the big endian loader name. (cherry picked from commit 44cb254f9a024db33ba549e59dc9d90355b797c9) --- diff --git a/ChangeLog b/ChangeLog index 079b41166f1..07419aa1fd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-05-01 Szabolcs Nagy + + * config.h.in (HAVE_AARCH64_BE): Add. + 2015-07-08 Mike Frysinger * nscd/selinux.c: Delete selinux/flask.h include. diff --git a/config.h.in b/config.h.in index 695ca35dc0b..85c1761a81f 100644 --- a/config.h.in +++ b/config.h.in @@ -114,6 +114,9 @@ include/libc-symbols.h that avoid PLT slots in the shared objects. */ #undef NO_HIDDEN +/* AArch64 big endian ABI */ +#undef HAVE_AARCH64_BE + /* Defined to some form of __attribute__ ((...)) if the compiler supports a different, more efficient calling convention. */