Skip to content

Commit a35eb40

Browse files
Blackhexgithub-actions
authored andcommitted
Fix undefined references to __gthr_win32_* shared libgcc is built (#21)
1 parent ba706c7 commit a35eb40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libgcc/config.host

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ aarch64-*-mingw*)
485485
else
486486
tmake_dlldir_file="i386/t-dlldir-x"
487487
fi
488-
tmake_file="${tmake_file} ${tmake_thr_file} ${tmake_eh_file} ${tmake_dlldir_file}"
488+
tmake_file="${tmake_file} ${tmake_eh_file} ${tmake_thr_file} ${tmake_dlldir_file}"
489489
tmake_file="${tmake_file} t-dfprules"
490-
tmake_file="${tmake_file} i386/t-slibgcc-cygming i386/t-cygming i386/t-mingw32"
490+
tmake_file="${tmake_file} i386/t-slibgcc-cygming i386/t-slibgcc-mingw i386/t-cygming i386/t-mingw32"
491491
tmake_file="${tmake_file} ${cpu_type}/t-aarch64"
492492
tmake_file="${tmake_file} ${cpu_type}/t-mingw"
493493
tmake_file="${tmake_file} ${cpu_type}/t-lse t-slibgcc-libgcc"

0 commit comments

Comments
 (0)