mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-21 15:17:39 +01: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:
parent
3babc1d148
commit
743668f669
1 changed files with 1 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue