riscv64: Fix potentially missing ld/gas

Change-Id: I832bb2f4c2872c1c80cd9cd11e32387f9a48a3df
Reviewed-on: https://review.haiku-os.org/c/1347
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
Alexander von Gluck IV 2019-04-02 14:57:07 -05:00 committed by waddlesplash
parent db2fd1989f
commit fb78ddf2aa

View File

@ -2071,6 +2071,8 @@ microblaze*-*-elf)
riscv*-*-haiku*)
tm_file="elfos.h haiku.h ${tm_file} riscv/haiku.h"
tmake_file="${tmake_file} t-haiku riscv/t-riscv riscv/t-haiku"
gnu_ld=yes
gas=yes
;;
riscv*-*-linux*)
tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} riscv/linux.h"