⛏️ index : buildtools.git

author Jaroslaw Pelczar <jarek@jpelczar.com> 2019-09-02 20:15:58.0 +02:00:00
committer Alex von Gluck IV <kallisti5@unixzen.com> 2019-09-15 16:01:04.0 +00:00:00
commit
f420f1565f730384cb669545608c65a36adfdcad [patch]
tree
99af938fbaf4a41118f8fd30d81229b288747e8b
parent
e4426fc38a49e3b9f8ef350663717a8caef4d6c8
download
f420f1565f730384cb669545608c65a36adfdcad.tar.gz

GCC: Fix missing haiku in config.host for ARM64

This allows bootstrap-raw target to build GCC for ARM64

Signed-off-by: Jaroslaw Pelczar <jarek@jpelczar.com>
Change-Id: Id64b8c041b3488a78219b8a2b633a3fedc9ee4f0
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/1821
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>

Diff

 gcc/gcc/config.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/gcc/config.host b/gcc/gcc/config.host
index 9906302..4894e5d 100644
--- a/gcc/gcc/config.host
+++ a/gcc/gcc/config.host
@@ -99,7 +99,7 @@
esac

case ${host} in
  aarch64*-*-freebsd* | aarch64*-*-linux* | aarch64*-*-fuchsia*)
  aarch64*-*-freebsd* | aarch64*-*-linux* | aarch64*-*-fuchsia* | aarch64*-*-haiku*)
    case ${target} in
      aarch64*-*-*)
	host_extra_gcc_objs="driver-aarch64.o"