]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
t-i386 (i386.o): Remove.
authorTom Tromey <tromey@redhat.com>
Wed, 25 Sep 2013 16:31:29 +0000 (16:31 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 25 Sep 2013 16:31:29 +0000 (16:31 +0000)
* config/i386/t-i386 (i386.o): Remove.
(i386-c.o): Use COMPILE and POSTCOMPILE.

From-SVN: r202909

gcc/ChangeLog
gcc/config/i386/t-i386

index a4dd42f6771382346fb7b81dd2a3a3eb0c3f5a47..934899fdb76a8fcc3ae63d9b7ecdc63f71ef1edc 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-25  Tom Tromey  <tromey@redhat.com>
+
+       * config/i386/t-i386 (i386.o): Remove.
+       (i386-c.o): Use COMPILE and POSTCOMPILE.
+
 2013-09-25  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in ($(out_object_file)): Use COMPILE and POSTCOMPILE.
index 07624cc575eff2c1d49c55c804f059cfe2e38223..1a76c4152f653d1dee99c9d49d5cebc10b4eb0fc 100644 (file)
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-i386.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h dumpfile.h $(TM_H) \
-  $(RTL_H) $(TREE_H) $(TM_P_H) $(REGS_H) hard-reg-set.h \
-  $(REAL_H) insn-config.h conditions.h output.h insn-codes.h \
-  $(INSN_ATTR_H) $(FLAGS_H) $(C_COMMON_H) except.h $(FUNCTION_H) \
-  $(RECOG_H) $(EXPR_H) $(OPTABS_H) toplev.h $(BASIC_BLOCK_H) \
-  $(GGC_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h $(CGRAPH_H) \
-  $(TREE_GIMPLE_H) $(DWARF2_H) $(DF_H) tm-constrs.h $(PARAMS_H) \
-  i386-builtin-types.inc debug.h dwarf2out.h sbitmap.h $(FIBHEAP_H) \
-  $(OPTS_H) $(DIAGNOSTIC_H) $(COMMON_TARGET_H) $(CONTEXT_H) $(PASS_MANAGER_H)
-
-i386-c.o: $(srcdir)/config/i386/i386-c.c \
-  $(srcdir)/config/i386/i386-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \
-  $(TM_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \
-  $(TARGET_H) $(TARGET_DEF_H) $(CPPLIB_H) $(C_PRAGMA_H)
-       $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
-               $(srcdir)/config/i386/i386-c.c
+i386-c.o: $(srcdir)/config/i386/i386-c.c i386-builtin-types.inc
+         $(COMPILE) $<
+         $(POSTCOMPILE)
 
 
 i386-builtin-types.inc: s-i386-bt ; @true