Skip to content

Commit b40ecc2

Browse files
Blackhexgithub-actions
authored andcommitted
Fix undefined reference to _Unwind_* et al. when shared libgcc is built (#20)
`t-slibgcc` enables linking against shared libgcc.
1 parent 415af82 commit b40ecc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config.gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ aarch64-*-mingw*)
12951295
d_target_objs="${d_target_objs} winnt-d.o"
12961296
target_has_targetcm="yes"
12971297
target_has_targetdm="yes"
1298-
tmake_file="${tmake_file} t-winnt mingw/t-cygming"
1298+
tmake_file="${tmake_file} t-winnt mingw/t-cygming t-slibgcc"
12991299
aarch64_multilibs="llp64"
13001300
case ${enable_threads} in
13011301
"" | yes | win32)

0 commit comments

Comments
 (0)