mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
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:
parent
1130916a5e
commit
0bb5624b57
@ -426,7 +426,9 @@ aarch64*-*-fuchsia*)
|
|||||||
;;
|
;;
|
||||||
aarch64*-*-haiku*)
|
aarch64*-*-haiku*)
|
||||||
tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
|
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} ${cpu_type}/t-softfp t-softfp"
|
||||||
|
tmake_file="${tmake_file} t-dfprules"
|
||||||
md_unwind_header=aarch64/haiku-unwind.h
|
md_unwind_header=aarch64/haiku-unwind.h
|
||||||
;;
|
;;
|
||||||
aarch64*-*-linux*)
|
aarch64*-*-linux*)
|
||||||
|
Loading…
Reference in New Issue
Block a user