Skip to content

Commit 258941a

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 613ae72 commit 258941a

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
@@ -1293,7 +1293,7 @@ aarch64-*-mingw*)
12931293
d_target_objs="${d_target_objs} winnt-d.o"
12941294
target_has_targetcm="yes"
12951295
target_has_targetdm="yes"
1296-
tmake_file="${tmake_file} t-winnt mingw/t-cygming"
1296+
tmake_file="${tmake_file} t-winnt mingw/t-cygming t-slibgcc"
12971297
aarch64_multilibs="llp64"
12981298
case ${enable_threads} in
12991299
"" | yes | win32)

0 commit comments

Comments
 (0)