mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-14 17:57:39 +01: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
|