diff options
Diffstat (limited to 'gcc/config/arm/t-arm')
-rw-r--r-- | gcc/config/arm/t-arm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config/arm/t-arm b/gcc/config/arm/t-arm index 993d3d2..18a548a 100644 --- a/gcc/config/arm/t-arm +++ b/gcc/config/arm/t-arm @@ -51,6 +51,11 @@ $(srcdir)/config/arm/arm-tune.md: $(srcdir)/config/arm/gentune.sh \ $(srcdir)/config/arm/arm-cores.def > \ $(srcdir)/config/arm/arm-tune.md +$(srcdir)/config/arm/arm-tables.opt: $(srcdir)/config/arm/genopt.sh \ + $(srcdir)/config/arm/arm-cores.def $(srcdir)/config/arm/arm-arches.def + $(SHELL) $(srcdir)/config/arm/genopt.sh $(srcdir)/config/arm > \ + $(srcdir)/config/arm/arm-tables.opt + arm.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(RTL_H) $(TREE_H) $(OBSTACK_H) $(REGS_H) hard-reg-set.h \ insn-config.h conditions.h output.h \ @@ -58,7 +63,8 @@ arm.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ $(EXPR_H) $(OPTABS_H) $(RECOG_H) $(CGRAPH_H) \ $(GGC_H) except.h $(C_PRAGMA_H) $(INTEGRATE_H) $(TM_P_H) \ $(TARGET_H) $(TARGET_DEF_H) debug.h langhooks.h $(DF_H) \ - intl.h libfuncs.h $(PARAMS_H) $(OPTS_H) + intl.h libfuncs.h $(PARAMS_H) $(OPTS_H) $(srcdir)/config/arm/arm-cores.def \ + $(srcdir)/config/arm/arm-arches.def arm-c.o: $(srcdir)/config/arm/arm-c.c $(CONFIG_H) $(SYSTEM_H) \ coretypes.h $(TM_H) $(TREE_H) output.h $(C_COMMON_H) |