xref: /netbsd-src/external/gpl3/gcc/dist/libgcc/config/t-darwin-ehs (revision a448f87c3717b704e85b1f0e5d631e4b5a0aae17)
1*a448f87cSmrg# Build the unwinder separately so that we can construct a replacement for
2*a448f87cSmrg# libgcc_s.1 on systems that used the unwinder in libgcc_s.
3*a448f87cSmrg
4*a448f87cSmrgLIBEHSOBJS = unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-c_s.o
5*a448f87cSmrg
6*a448f87cSmrgunwind-dw2_s.o: gthr-default.h md-unwind-support.h unwind.h
7*a448f87cSmrg$(LIBEHSOBJS): libgcc_tm.h
8