diff options
author | Tom Tromey <tromey@redhat.com> | 2013-09-25 16:31:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2013-09-25 16:31:29 +0000 |
commit | 9439747eadce49c91f5264512d6d6c1b246a7fc9 (patch) | |
tree | 4263a0c8f7bcdb4b949ae6cbaf4af1a6ad9db7b7 /gcc | |
parent | aefc31a1992fa3afe0ead783ac46854e7ccfe823 (diff) | |
download | gcc-9439747eadce49c91f5264512d6d6c1b246a7fc9.zip gcc-9439747eadce49c91f5264512d6d6c1b246a7fc9.tar.gz gcc-9439747eadce49c91f5264512d6d6c1b246a7fc9.tar.bz2 |
t-i386 (i386.o): Remove.
* config/i386/t-i386 (i386.o): Remove.
(i386-c.o): Use COMPILE and POSTCOMPILE.
From-SVN: r202909
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/t-i386 | 19 |
2 files changed, 8 insertions, 16 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4dd42f..934899f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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. 2013-09-25 Tom Tromey <tromey@redhat.com> diff --git a/gcc/config/i386/t-i386 b/gcc/config/i386/t-i386 index 07624cc..1a76c41 100644 --- a/gcc/config/i386/t-i386 +++ b/gcc/config/i386/t-i386 @@ -16,22 +16,9 @@ # 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 |