build: Add 64-bit host detection for riscv64 hosts

This commit is contained in:
Alexander von Gluck IV
2019-04-04 09:09:45 -05:00
parent 117af7ca90
commit 04fbff9fdd
+1
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