Re: [PATCH 02/34] rs6000: Add gengtype handling to the build machinery

2021-08-04 Thread Segher Boessenkool
On Thu, Jul 29, 2021 at 08:30:49AM -0500, Bill Schmidt wrote: > * config.gcc (target_gtfiles): Add ./rs6000-builtins.h. > * config/rs6000/t-rs6000 (EXTRA_GTYPE_DEPS): Set. > --- a/gcc/config/rs6000/t-rs6000 > +++ b/gcc/config/rs6000/t-rs6000 > @@ -22,6 +22,7 @@ TM_H += $(srcdir)/config

[PATCH 02/34] rs6000: Add gengtype handling to the build machinery

2021-07-29 Thread Bill Schmidt via Gcc-patches
2021-06-07 Bill Schmidt gcc/ * config.gcc (target_gtfiles): Add ./rs6000-builtins.h. * config/rs6000/t-rs6000 (EXTRA_GTYPE_DEPS): Set. --- gcc/config.gcc | 1 + gcc/config/rs6000/t-rs6000 | 1 + 2 files changed, 2 insertions(+) diff --git a/gcc/config.gcc b/gcc/con