t-darwin 761 B

12345678910111213141516171819
  1. crt3.o: $(srcdir)/config/darwin-crt3.c
  2. $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -c $<
  3. crttms.o: $(srcdir)/config/darwin-crt-tm.c
  4. $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -DSTART -c $<
  5. crttme.o: $(srcdir)/config/darwin-crt-tm.c
  6. $(crt_compile) $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) -DEND -c $<
  7. # -pipe because there's an assembler bug, 4077127, which causes
  8. # it to not properly process the first # directive, causing temporary
  9. # file names to appear in stabs, causing the bootstrap to fail. Using -pipe
  10. # works around this by not having any temporary file names.
  11. HOST_LIBGCC2_CFLAGS += -pipe
  12. # Use unwind-dw2-fde-darwin
  13. LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/config/unwind-dw2-fde-darwin.c \
  14. $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c