Commit 441ad147 by Rainer Orth Committed by Rainer Orth

Update t-sparc, t-sol2 etc. for automatic dependencies

	* config/t-sol2 (sol2-c.o): Remove header dependencies.
	Use $(COMPILE) and $(POSTCOMPILE).
	(sol2-cxx.o): Likewise.
	(sol2-stubs.o): Likewise.
	(sol2.o): Likewise.
	* config/x-solaris (host-solaris.o): Likewise.

	* config/sparc/t-sparc (sparc.o): Remove.
	(sparc-c.o): Remove header dependencies.
	Use $(COMPILE) and $(POSTCOMPILE).
	* config/sparc/x-sparc: Likewise.

From-SVN: r203111
parent 2deaf8b0
2013-10-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/t-sol2 (sol2-c.o): Remove header dependencies.
Use $(COMPILE) and $(POSTCOMPILE).
(sol2-cxx.o): Likewise.
(sol2-stubs.o): Likewise.
(sol2.o): Likewise.
* config/x-solaris (host-solaris.o): Likewise.
* config/sparc/t-sparc (sparc.o): Remove.
(sparc-c.o): Remove header dependencies.
Use $(COMPILE) and $(POSTCOMPILE).
* config/sparc/x-sparc: Likewise.
2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com> 2013-10-02 Joern Rennecke <joern.rennecke@embecosm.com>
* config/arc/arc-opts.h: Add 2013 to Copyright years. * config/arc/arc-opts.h: Add 2013 to Copyright years.
......
...@@ -18,19 +18,6 @@ ...@@ -18,19 +18,6 @@
# along with GCC; see the file COPYING3. If not see # along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
sparc.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ sparc-c.o: $(srcdir)/config/sparc/sparc-c.c
$(TREE_H) $(RTL_H) $(REGS_H) hard-reg-set.h insn-config.h \ $(COMPILE) $<
insn-codes.h conditions.h output.h $(INSN_ATTR_H) $(FLAGS_H) \ $(POSTCOMPILE)
$(FUNCTION_H) $(EXCEPT_H) $(EXPR_H) $(OPTABS_H) $(RECOG_H) \
$(DIAGNOSTIC_CORE_H) $(GGC_H) $(TM_P_H) debug.h $(TARGET_H) \
$(TARGET_DEF_H) $(COMMON_TARGET_H) $(GIMPLE_H) $(TREE_PASS_H) \
langhooks.h reload.h $(PARAMS_H) $(DF_H) $(OPTS_H) $(CONTEXT_H) \
gt-sparc.h
sparc-c.o: $(srcdir)/config/sparc/sparc-c.c \
$(srcdir)/config/sparc/sparc-protos.h \
$(CONFIG_H) $(SYSTEM_H) $(CPPLIB_H) $(FLAGS_H) \
$(TM_P_H) coretypes.h $(TM_H) $(TREE_H) \
$(C_COMMON_H) $(C_PRAGMA_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/sparc/sparc-c.c
driver-sparc.o: $(srcdir)/config/sparc/driver-sparc.c \ driver-sparc.o: $(srcdir)/config/sparc/driver-sparc.c
$(CONFIG_H) $(SYSTEM_H) $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(POSTCOMPILE)
...@@ -17,22 +17,21 @@ ...@@ -17,22 +17,21 @@
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
# Solaris-specific format checking and pragmas # Solaris-specific format checking and pragmas
sol2-c.o: $(srcdir)/config/sol2-c.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ sol2-c.o: $(srcdir)/config/sol2-c.c
tree.h c-family/c-format.h $(C_PRAGMA_H) $(C_COMMON_H) $(CPPLIB_H) \ $(COMPILE) $<
intl.h $(TM_H) $(TM_P_H) $(POSTCOMPILE)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
# Solaris-specific C++ mangling. # Solaris-specific C++ mangling.
sol2-cxx.o: $(srcdir)/config/sol2-cxx.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ sol2-cxx.o: $(srcdir)/config/sol2-cxx.c
tree.h cp/cp-tree.h $(TM_H) $(TM_P_H) $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(POSTCOMPILE)
# Corresponding stub routines. # Corresponding stub routines.
sol2-stubs.o: $(srcdir)/config/sol2-stubs.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ sol2-stubs.o: $(srcdir)/config/sol2-stubs.c
tree.h $(TM_H) $(TM_P_H) $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(POSTCOMPILE)
# Solaris-specific attributes # Solaris-specific attributes
sol2.o: $(srcdir)/config/sol2.c $(CONFIG_H) $(SYSTEM_H) coretypes.h \ sol2.o: $(srcdir)/config/sol2.c
tree.h output.h $(TM_H) $(TARGET_H) $(TM_P_H) $(GGC_H) $(HASH_TABLE_H) $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(POSTCOMPILE)
host-solaris.o : $(srcdir)/config/host-solaris.c $(CONFIG_H) $(SYSTEM_H) \ host-solaris.o: $(srcdir)/config/host-solaris.c
coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) $(COMPILE) $<
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ $(POSTCOMPILE)
$(srcdir)/config/host-solaris.c
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