From: Koen Kooi <[email protected]>

This patch adds support for big endian Aarch64 by reusing the existing
Aarch64 rules.

Signed-off-by: Koen Kooi <[email protected]>
Tested-by: Victor Kamensky <[email protected]>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 28ceade..d093ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -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
-- 
1.8.1.4


------------------------------------------------------------------------------
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to