⛏️ index : buildtools.git

author Alexander von Gluck IV <kallisti5@unixzen.com> 2019-04-02 14:57:07.0 -05:00:00
committer waddlesplash <waddlesplash@gmail.com> 2019-04-02 20:06:27.0 +00:00:00
commit
fb78ddf2aab86d88c0d0bea64d28504d7a793f01 [patch]
tree
e7ea9702348bd739290ee87cdfb7c1e024b6257a
parent
db2fd1989feff759014e24d9efc59e8af104f4eb
download
fb78ddf2aab86d88c0d0bea64d28504d7a793f01.tar.gz

riscv64: Fix potentially missing ld/gas

Change-Id: I832bb2f4c2872c1c80cd9cd11e32387f9a48a3df
Reviewed-on: https://review.haiku-os.org/c/1347
Reviewed-by: waddlesplash <waddlesplash@gmail.com>

Diff

 gcc/gcc/config.gcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/gcc/config.gcc b/gcc/gcc/config.gcc
index 6397cf4..c8c817c 100644
--- a/gcc/gcc/config.gcc
+++ a/gcc/gcc/config.gcc
@@ -2071,6 +2071,8 @@
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"