libgcc: fix config for arm64

Change-Id: I1e7c061ac8e8710c687d983b73e053a4ebca021e
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/6809
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
This commit is contained in:
David Karoly 2023-08-12 10:42:45 +02:00 committed by Fredrik Holmqvist
parent 1130916a5e
commit 0bb5624b57

View File

@ -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*)