xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/t-seh-eh (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
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