build: Add 64-bit host detection for riscv64 hosts

This commit is contained in:
Alexander von Gluck IV 2019-04-04 13:53:30 +00:00
parent 117af7ca90
commit 04fbff9fdd

View File

@ -172,6 +172,7 @@ switch $(HOST_GCC_MACHINE) {
case arm64-* : HOST_PLATFORM_IS_64_BIT = 1 ;
case aarch64-* : HOST_PLATFORM_IS_64_BIT = 1 ;
case riscv64-* : HOST_PLATFORM_IS_64_BIT = 1 ;
}
# If HAIKU_HOST_USE_32BIT is set, add the required gcc base flag (the LD flag