Use the stock 3.2.1-prerelease file.
Approved by: obrien
This commit is contained in:
parent
5e424678e8
commit
eb9254c159
@ -543,6 +543,7 @@ CONFIG_H = $(GCONFIG_H) insn-constants.h insn-flags.h
|
||||
TCONFIG_H = tconfig.h $(xm_file_list)
|
||||
TARGET_H = target.h
|
||||
HOOKS_H = hooks.h
|
||||
LANGHOOKS_DEF_H = langhooks.h $(HOOKS_H)
|
||||
TARGET_DEF_H = target-def.h $(HOOKS_H)
|
||||
TM_P_H = tm_p.h $(tm_p_file_list) tm-preds.h
|
||||
|
||||
@ -1214,7 +1215,7 @@ s-under: $(GCC_PASSES)
|
||||
c-common.o : c-common.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(OBSTACK_H) \
|
||||
$(C_COMMON_H) flags.h toplev.h output.h c-pragma.h $(RTL_H) $(GGC_H) \
|
||||
$(EXPR_H) $(TM_P_H) builtin-types.def builtin-attrs.def $(TARGET_H) \
|
||||
diagnostic.h tree-inline.h
|
||||
diagnostic.h tree-inline.h $(LANGHOOKS_DEF_H)
|
||||
|
||||
# A file used by all variants of C and some other languages.
|
||||
|
||||
@ -1329,7 +1330,7 @@ convert.o: convert.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h convert.h toplev.
|
||||
|
||||
langhooks.o : langhooks.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) toplev.h \
|
||||
tree-inline.h $(RTL_H) insn-config.h integrate.h langhooks.h \
|
||||
langhooks-def.h flags.h
|
||||
$(LANGHOOKS_DEF_H) flags.h
|
||||
tree.o : tree.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) flags.h function.h toplev.h \
|
||||
$(GGC_H) $(HASHTAB_H) $(TARGET_H) output.h $(TM_P_H) langhooks.h
|
||||
tree-dump.o: tree-dump.c $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(C_TREE_H) \
|
||||
|
Loading…
Reference in New Issue
Block a user