comparison gcc/config/i386/t-i386 @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 # Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. 1 # Copyright (C) 2008-2017 Free Software Foundation, Inc.
2 # 2 #
3 # This file is part of GCC. 3 # This file is part of GCC.
4 # 4 #
5 # GCC is free software; you can redistribute it and/or modify 5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
14 # 14 #
15 # You should have received a copy of the GNU General Public License 15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3. If not see 16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>. 17 # <http://www.gnu.org/licenses/>.
18 18
19 i386.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ 19 OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
20 $(RTL_H) $(TREE_H) $(TM_P_H) $(REGS_H) hard-reg-set.h \ 20 TM_H += $(srcdir)/config/i386/x86-tune.def
21 $(REAL_H) insn-config.h conditions.h output.h insn-codes.h \ 21 PASSES_EXTRA += $(srcdir)/config/i386/i386-passes.def
22 $(INSN_ATTR_H) $(FLAGS_H) $(C_COMMON_H) except.h $(FUNCTION_H) \
23 $(RECOG_H) $(EXPR_H) $(OPTABS_H) toplev.h $(BASIC_BLOCK_H) \
24 $(GGC_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h $(CGRAPH_H) \
25 $(TREE_GIMPLE_H) $(DWARF2_H) $(DF_H) tm-constrs.h $(PARAMS_H) \
26 i386-builtin-types.inc debug.h dwarf2out.h sbitmap.h $(FIBHEAP_H)
27 22
28 i386-c.o: $(srcdir)/config/i386/i386-c.c \ 23 i386-c.o: $(srcdir)/config/i386/i386-c.c
29 $(srcdir)/config/i386/i386-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \ 24 $(COMPILE) $<
30 $(TM_H) $(TREE_H) $(TM_P_H) $(FLAGS_H) $(C_COMMON_H) $(GGC_H) \ 25 $(POSTCOMPILE)
31 $(TARGET_H) $(TARGET_DEF_H) $(CPPLIB_H) $(C_PRAGMA_H)
32 $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
33 $(srcdir)/config/i386/i386-c.c
34 26
27 x86-tune-sched.o: $(srcdir)/config/i386/x86-tune-sched.c
28 $(COMPILE) $<
29 $(POSTCOMPILE)
30
31 x86-tune-sched-bd.o: $(srcdir)/config/i386/x86-tune-sched-bd.c
32 $(COMPILE) $<
33 $(POSTCOMPILE)
34
35 x86-tune-sched-atom.o: $(srcdir)/config/i386/x86-tune-sched-atom.c
36 $(COMPILE) $<
37 $(POSTCOMPILE)
38
39 x86-tune-sched-core.o: $(srcdir)/config/i386/x86-tune-sched-core.c
40 $(COMPILE) $<
41 $(POSTCOMPILE)
42
43 i386.o: i386-builtin-types.inc
35 44
36 i386-builtin-types.inc: s-i386-bt ; @true 45 i386-builtin-types.inc: s-i386-bt ; @true
37 s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \ 46 s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \
38 $(srcdir)/config/i386/i386-builtin-types.def 47 $(srcdir)/config/i386/i386-builtin-types.def
39 $(AWK) -f $^ > tmp-bt.inc 48 $(AWK) -f $^ > tmp-bt.inc