[PATCH, PPC 1/2] Make sure the gt- files are built for all sub-targets.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 26 Jun 2019 19:00:16 +0000 (19:00 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 26 Jun 2019 19:00:16 +0000 (19:00 +0000)
commit6b011221fd1dc2b4a7fd57ea1c98a69223524f54
tree38070cc77c2cc7f7e48a407553e404e7472d4424
parent4a61cf9c62212fd04f21704efc2decffe9544651
[PATCH, PPC 1/2] Make sure the gt- files are built for all sub-targets.

The new gt-rs6000-logue.h is common to all sub-targets in the port, so
it needs to be added for them.

It seems better to place the common target_gtfiles in the powerpc*-*-*
section, rather than duplicating them in sub-targets.  This would make it
less likely that a sub-target would be overlooked in any future file
introductions.

2019-06-26  Iain Sandoe  <iain@sandoe.co.uk>

* config.gcc (powerpc*-*-linux*): Move target_gtfiles from here..
(powerpc*-*-*) ... to here.

From-SVN: r272708
gcc/ChangeLog
gcc/config.gcc