[arm] Fix cross-native builds
authorRichard Earnshaw <rearnsha@arm.com>
Thu, 6 Jul 2017 09:49:19 +0000 (09:49 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Thu, 6 Jul 2017 09:49:19 +0000 (09:49 +0000)
commitad0f66e07bb3e0e9c61354be4405b3ed468d03b3
tree14b77bd51b9df634524604d14b1f045273a824cb
parent9e00a39737cd6f8b30ce4bde36c6da11c415ef93
[arm] Fix cross-native builds

The patch I committed yesterday to remove some generated headers from
the source tree unfortunately has a dependency missing that is only
revealed when doing a cross-native or full Canadian cross build.  The
gen* programs were missing a dependency on one of the generated
headers.

Fixed by adding an explicit dependency rule for GTM_H in the same way
as we do for TM_H.

* config/arm/t-arm (GTM_H): Add arm-cpu.h.

Checked that this restores cross-native building.

From-SVN: r250015
gcc/ChangeLog
gcc/config/arm/t-arm