xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/t-seh-eh (revision 122b5006ee1bd67145794b4cde92f4fe4781a5ec)
1
2# We are using SEH EH.
3EH_MODEL = seh
4
5# Use SEH exception handling.
6LIB2ADDEH = $(srcdir)/unwind-seh.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
7