23 lines
988 B
Plaintext
23 lines
988 B
Plaintext
|
darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) $(RTL_BASE_H) \
|
||
|
$(REGS_H) hard-reg-set.h insn-config.h conditions.h output.h \
|
||
|
insn-attr.h flags.h $(TREE_H) $(EXPR_H) reload.h \
|
||
|
function.h $(GGC_H) $(TM_P_H) gt-darwin.h
|
||
|
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
||
|
|
||
|
darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) \
|
||
|
$(TREE_H) $(C_TREE_H) c-pragma.h toplev.h cpplib.h $(TM_P_H)
|
||
|
$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
||
|
|
||
|
gt-darwin.h : s-gtype ; @true
|
||
|
|
||
|
# Explain how to build crt2.o
|
||
|
$(T)crt2$(objext): $(srcdir)/config/darwin-crt2.c $(GCC_PASSES) \
|
||
|
$(TCONFIG_H) tsystem.h
|
||
|
$(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \
|
||
|
-c $(srcdir)/config/darwin-crt2.c -o $(T)crt2$(objext)
|
||
|
|
||
|
# Use unwind-dw2-fde-darwin
|
||
|
LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-darwin.c \
|
||
|
$(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c
|
||
|
LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c
|