[Patch AArch64] aarch64-c.o should depend on TARGET_H

gcc/

	* config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.

From-SVN: r241958
This commit is contained in:
James Greenhalgh 2016-11-08 09:53:07 +00:00 committed by James Greenhalgh
parent ad11774fbe
commit ae55655b93
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2016-11-08 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/t-aarch64 (aarch64-c.o): Depend on TARGET_H.
2016-11-08 Richard Biener <rguenther@suse.de>
PR tree-optimization/78205

View file

@ -52,7 +52,7 @@ aarch-common.o: $(srcdir)/config/arm/aarch-common.c $(CONFIG_H) $(SYSTEM_H) \
$(srcdir)/config/arm/aarch-common.c
aarch64-c.o: $(srcdir)/config/aarch64/aarch64-c.c $(CONFIG_H) $(SYSTEM_H) \
coretypes.h $(TM_H) $(TREE_H) output.h $(C_COMMON_H)
coretypes.h $(TM_H) $(TREE_H) output.h $(C_COMMON_H) $(TARGET_H)
$(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
$(srcdir)/config/aarch64/aarch64-c.c