mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
|
# We are using SEH EH.
|
|
EH_MODEL = seh
|
|
|
|
# Use SEH exception handling.
|
|
LIB2ADDEH = $(srcdir)/unwind-seh.c $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
|