From 0bb5624b57443c11551842230b12cdf65488f72f Mon Sep 17 00:00:00 2001 From: David Karoly Date: Sat, 12 Aug 2023 10:42:45 +0200 Subject: [PATCH] libgcc: fix config for arm64 Change-Id: I1e7c061ac8e8710c687d983b73e053a4ebca021e Reviewed-on: https://review.haiku-os.org/c/buildtools/+/6809 Reviewed-by: Fredrik Holmqvist --- gcc/libgcc/config.host | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host index de19ece390..662bc116ec 100644 --- a/gcc/libgcc/config.host +++ b/gcc/libgcc/config.host @@ -426,7 +426,9 @@ aarch64*-*-fuchsia*) ;; aarch64*-*-haiku*) tmake_file="${tmake_file} ${cpu_type}/t-aarch64" + tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc" tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp" + tmake_file="${tmake_file} t-dfprules" md_unwind_header=aarch64/haiku-unwind.h ;; aarch64*-*-linux*)