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