1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-10 08:35:16 +02:00

aarch64: introduce build support for aarch64_be target

Introduce support for aarch64_be, aarch64 big endian, target.
We would like to reuse all code that was done for aarch64
(little endian) target. So we do similar thing that is done
for ARM v7 (arm) target for any aarch64* arch we set it
just to aarch64.

Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
This commit is contained in:
Victor Kamensky 2014-12-03 17:35:43 -08:00 committed by Arun Sharma
parent 3babc1d148
commit 743668f669

View file

@ -88,6 +88,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
AC_DEFUN([SET_ARCH],[
AS_CASE([$1],
[aarch64*],[$2=aarch64],
[arm*],[$2=arm],
[i?86],[$2=x86],
[hppa*],[$2=hppa],