diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2013-10-14 12:12:00 +0200 |
---|---|---|
committer | Steve Capper <steve.capper@linaro.org> | 2013-10-14 12:36:22 +0100 |
commit | b7a37b8b4f219e8b39223157ac311f9e3dc384ec (patch) | |
tree | 372323f4d1bfafb534dd6f0755956cf14c7005c7 | |
parent | c7fcb7270bb510d7271a1c0cea095a4dbea49420 (diff) | |
download | libhugetlbfs-aarch64-support.tar.gz |
Add aarch64_be supportHEADaarch64-be-20131122aarch64-support
This patch adds support for big endian Aarch64 by reusing the existing
Aarch64 rules.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ TMPLIB32 = lib ELF32 += armelf_linux_eabi CUSTOM_LDSCRIPTS = no else -ifeq ($(ARCH),aarch64) +ifneq (,$(findstring aarch64,$(ARCH))) CC64 = gcc ELF64 = aarch64elf_linux TMPLIB64 = lib64 |