Skip to content

Commit 7d123ee

Browse files
committed
Fix
1 parent 6e6af66 commit 7d123ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgcc/config.host

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ aarch64-*-cygwin*)
871871
if test x$ac_cv_sjlj_exceptions = xyes; then
872872
tmake_eh_file="i386/t-sjlj-eh"
873873
else
874-
tmake_eh_file="i386/t-seh-eh"
874+
tmake_eh_file="mingw/t-seh-eh"
875875
fi
876876
# Shared libgcc DLL install dir depends on cross/native build.
877877
if test x${build} = x${host} ; then

0 commit comments

Comments
 (0)