Skip to content

Commit

Permalink
Fix undefined references to __gthr_win32_* shared libgcc is built (#21
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Blackhex authored and eukarpov committed Jul 2, 2024
1 parent 4c27e68 commit fc7e0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libgcc/config.host
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@ aarch64-*-mingw*)
else
tmake_dlldir_file="i386/t-dlldir-x"
fi
tmake_file="${tmake_file} ${tmake_thr_file} ${tmake_eh_file} ${tmake_dlldir_file}"
tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_thr_file} ${tmake_dlldir_file}"
tmake_file="${tmake_file} t-dfprules"
tmake_file="${tmake_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32"
tmake_file="${tmake_file} i386/t-slibgcc-cygming i386/t-slibgcc-mingw i386/t-cygming i386/t-mingw32"
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 t-crtfm"
Expand Down

0 comments on commit fc7e0e6

Please sign in to comment.