From 44cb254f9a024db33ba549e59dc9d90355b797c9 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 1 May 2015 13:58:55 +0100 Subject: [AArch64] Fix the big endian loader name. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 711ed08d40..2b9aa1a986 100644 --- a/config.h.in +++ b/config.h.in @@ -111,6 +111,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. */ -- cgit v1.2.3