ARM64: Initial changes so we can compile GCC toolchain

Signed-off-by: Jaroslaw Pelczar <[email protected]>
Change-Id: I0859d0619d601efd003472e2846d2f980ee2e457
Reviewed-on: https://review.haiku-os.org/c/haiku/+/1799
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Jaroslaw Pelczar
2019-08-30 19:05:16 +00:00
committed by waddlesplash
parent abdd9ab439
commit 1f52c921e2
5 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
# define __HAIKU_ARCH_ABI "armeb"
# define __HAIKU_ARCH_ARM 1
# define __HAIKU_BIG_ENDIAN 1
#elif defined(__arm64__)
#elif defined(__aarch64__) || defined(__arm64__)
# define __HAIKU_ARCH arm64
# define __HAIKU_ARCH_ABI "arm64"
# define __HAIKU_ARCH_ARM64 1