aarch64: Add aarch64 build host support

* Maybe it will be a target someday.
* 64-bit ARMv8 for those not in the know.
This commit is contained in:
Alexander von Gluck IV
2017-07-27 18:45:54 -05:00
parent 3e967b3fb4
commit f806447f52
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -42,6 +42,10 @@
# define __HAIKU_ARCH armeb
# define __HAIKU_ARCH_ARM 1
# define __HAIKU_BIG_ENDIAN 1
#elif __AARCH64EL__
# define __HAIKU_ARCH aarch64
# define __HAIKU_ARCH_ARM 1
# define __HAIKU_ARCH_BITS 64
#else
# error Unsupported architecture!
#endif