Commit 2c43a51c by Iain Sandoe Committed by Iain Sandoe

t-darwin (darwin.o, [...]): Use COMPILE and POSTCOMPILE.

gcc:

	* config/t-darwin (darwin.o, darwin-c.o, darwin-f.o,
	darwin-driver.o): Use COMPILE and POSTCOMPILE.
	* config/x-darwin (host-darwin.o): Likewise.
	* config/i386/x-darwin (host-i386-darwin.o): Likewise.
	* config/rs6000/x-darwin (host-ppc-darwin.o): Likewise.
	* config/rs6000/x-darwin64 (host-ppc64-darwin.o): Likewise.

From-SVN: r203016
parent 7a5911d3
2013-09-29 Iain Sandoe <iain@codesourcery.com>
* config/t-darwin (darwin.o, darwin-c.o, darwin-f.o,
darwin-driver.o): Use COMPILE and POSTCOMPILE.
* config/x-darwin (host-darwin.o): Likewise.
* config/i386/x-darwin (host-i386-darwin.o): Likewise.
* config/rs6000/x-darwin (host-ppc-darwin.o): Likewise.
* config/rs6000/x-darwin64 (host-ppc64-darwin.o): Likewise.
2013-09-29 Uros Bizjak <ubizjak@gmail.com> 2013-09-29 Uros Bizjak <ubizjak@gmail.com>
* doc/invoke.texi: Fix usage of @tie{} command. * doc/invoke.texi: Fix usage of @tie{} command.
......
host-i386-darwin.o : $(srcdir)/config/i386/host-i386-darwin.c \ host-i386-darwin.o : $(srcdir)/config/i386/host-i386-darwin.c
$(CONFIG_H) $(SYSTEM_H) coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) \ $(COMPILE) $<
config/host-darwin.h $(POSTCOMPILE)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
host-ppc-darwin.o : $(srcdir)/config/rs6000/host-darwin.c \ host-ppc-darwin.o : $(srcdir)/config/rs6000/host-darwin.c
$(CONFIG_H) $(SYSTEM_H) coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h \ $(COMPILE) $<
config/host-darwin.h $(DIAGNOSTIC_H) $(POSTCOMPILE)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
$(INCLUDES) $< -o $@
host-ppc64-darwin.o : $(srcdir)/config/rs6000/host-ppc64-darwin.c \ host-ppc64-darwin.o : $(srcdir)/config/rs6000/host-ppc64-darwin.c
$(CONFIG_H) $(SYSTEM_H) coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h \ $(COMPILE) $<
config/host-darwin.h $(DIAGNOSTIC_H) $(POSTCOMPILE)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) \
$(INCLUDES) $< -o $@
...@@ -18,25 +18,19 @@ ...@@ -18,25 +18,19 @@
TM_H += $(srcdir)/config/darwin-sections.def TM_H += $(srcdir)/config/darwin-sections.def
darwin.o: $(srcdir)/config/darwin.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ darwin.o: $(srcdir)/config/darwin.c config/darwin-sections.def
$(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h $(REAL_H) insn-config.h \ $(COMPILE) $<
conditions.h insn-flags.h output.h insn-attr.h flags.h $(TREE_H) expr.h \ $(POSTCOMPILE)
reload.h function.h $(GGC_H) langhooks.h $(TARGET_H) $(TM_P_H) gt-darwin.h \
config/darwin-sections.def
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/darwin.c
darwin-c.o: $(srcdir)/config/darwin-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ darwin-c.o: $(srcdir)/config/darwin-c.c
$(TM_H) $(CPPLIB_H) $(TREE_H) $(C_PRAGMA_H) $(TM_P_H) \ $(COMPILE) $(PREPROCESSOR_DEFINES) $<
incpath.h flags.h $(C_COMMON_H) $(C_TARGET_H) $(C_TARGET_DEF_H) $(CPP_INTERNAL_H) $(POSTCOMPILE)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/darwin-c.c $(PREPROCESSOR_DEFINES)
darwin-f.o: $(srcdir)/config/darwin-f.c $(CONFIG_H) $(SYSTEM_H) coretypes.h
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/darwin-f.c $(PREPROCESSOR_DEFINES)
darwin-driver.o: $(srcdir)/config/darwin-driver.c \ darwin-f.o: $(srcdir)/config/darwin-f.c
$(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) opts.h $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(POSTCOMPILE)
$(srcdir)/config/darwin-driver.c
darwin-driver.o: $(srcdir)/config/darwin-driver.c
$(COMPILE) $<
$(POSTCOMPILE)
host-darwin.o : $(srcdir)/config/host-darwin.c $(CONFIG_H) $(SYSTEM_H) \ #host-darwin.o : $(srcdir)/config/host-darwin.c
coretypes.h toplev.h config/host-darwin.h # $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< # $(POSTCOMPILE)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment