mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +00:00
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
# Build the unwinder separately so that we can construct a replacement for
|
|
# libgcc_s.1 on systems that used the unwinder in libgcc_s.
|
|
|
|
LIBEHSOBJS = unwind-dw2_s.o unwind-dw2-fde-darwin_s.o unwind-c_s.o
|
|
|
|
unwind-dw2_s.o: gthr-default.h md-unwind-support.h unwind.h
|
|
$(LIBEHSOBJS): libgcc_tm.h
|