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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user