diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-12-10 21:20:38 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-12-10 23:15:15 +0000 |
commit | b504917e43b9a559c9ac779e08784ad412125f2e (patch) | |
tree | 3a3a149d718a7824e60b36a05cf9e77bbd839b1d | |
parent | a2f4b4b76cdd0a4150e82e69fae4a70c54b523d2 (diff) | |
download | gcc-b504917e43b9a559c9ac779e08784ad412125f2e.zip gcc-b504917e43b9a559c9ac779e08784ad412125f2e.tar.gz gcc-b504917e43b9a559c9ac779e08784ad412125f2e.tar.bz2 |
libgcc, Darwin: Update darwin10 unwinder shim dependencies.
We include libgcc_tm.h to provide a prototype for this shim
so add that to the make dependencies.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libgcc/ChangeLog:
* config/t-darwin: Add libgcc_tm.h to the dependencies
for darwin10-unwind-find-enc-func.
-rw-r--r-- | libgcc/config/t-darwin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config/t-darwin b/libgcc/config/t-darwin index a855ecf..299d26c 100644 --- a/libgcc/config/t-darwin +++ b/libgcc/config/t-darwin @@ -25,7 +25,7 @@ libemutls_w.a: emutls_s.o $(RANLIB_FOR_TARGET) $@ # Patch to __Unwind_Find_Enclosing_Function for Darwin10. -d10-uwfef.o: $(srcdir)/config/darwin10-unwind-find-enc-func.c +d10-uwfef.o: $(srcdir)/config/darwin10-unwind-find-enc-func.c libgcc_tm.h $(crt_compile) -mmacosx-version-min=10.6 -c $< # Using this crt as a library means that it will not be added to an exe |