From 95892bda2689ee796ed86dc84cef6844ac957bca Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 6 Mar 2013 03:01:20 +0100 Subject: ARM: Add aarch64 target to configure If we want to compile a target machine type that is AArch64 capable, we need to add a new 64-bit capable ARM target. Use AArch64 since that is the official ARM LTD name. Signed-off-by: Alexander Graf Signed-off-by: John Rigby --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure') diff --git a/configure b/configure index cab633299..6113cfe30 100755 --- a/configure +++ b/configure @@ -4200,6 +4200,14 @@ case "$target_arch2" in target_nptl="yes" gdb_xml_files="arm-core.xml arm-vfp.xml arm-vfp3.xml arm-neon.xml" ;; + aarch64) + TARGET_BASE_ARCH=arm + TARGET_ABI_DIR=aarch64 + bflt="yes" + target_nptl="yes" + gdb_xml_files="aarch64-core.xml aarch64-fpu.xml" + target_long_alignment=8 + ;; cris) target_nptl="yes" ;; -- cgit v1.2.3