public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3099] rs6000: Add gengtype handling to the build machinery
@ 2021-08-23 21:00 William Schmidt
  0 siblings, 0 replies; only message in thread
From: William Schmidt @ 2021-08-23 21:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:596f964f3272081a2320c1220e8aff06ee44fe91

commit r12-3099-g596f964f3272081a2320c1220e8aff06ee44fe91
Author: Bill Schmidt <wschmidt@linux.ibm.com>
Date:   Tue Jul 27 14:46:08 2021 -0400

    rs6000: Add gengtype handling to the build machinery
    
    2021-06-07  Bill Schmidt  <wschmidt@linux.ibm.com>
    
    gcc/
            * config.gcc (target_gtfiles): Add ./rs6000-builtins.h.
            * config/rs6000/t-rs6000 (EXTRA_GTYPE_DEPS): Set.

Diff:
---
 gcc/config.gcc             | 1 +
 gcc/config/rs6000/t-rs6000 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index a05c07e92b6..94199d7407b 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -492,6 +492,7 @@ powerpc*-*-*)
 	extra_options="${extra_options} g.opt fused-madd.opt rs6000/rs6000-tables.opt"
 	target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-logue.c \$(srcdir)/config/rs6000/rs6000-call.c"
 	target_gtfiles="$target_gtfiles \$(srcdir)/config/rs6000/rs6000-pcrel-opt.c"
+	target_gtfiles="$target_gtfiles ./rs6000-builtins.h"
 	;;
 pru-*-*)
 	cpu_type=pru
diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000
index e0e8ab8d828..92766d8ea25 100644
--- a/gcc/config/rs6000/t-rs6000
+++ b/gcc/config/rs6000/t-rs6000
@@ -22,6 +22,7 @@ TM_H += $(srcdir)/config/rs6000/rs6000-builtin.def
 TM_H += $(srcdir)/config/rs6000/rs6000-cpus.def
 TM_H += $(srcdir)/config/rs6000/rs6000-modes.h
 PASSES_EXTRA += $(srcdir)/config/rs6000/rs6000-passes.def
+EXTRA_GTYPE_DEPS += $(srcdir)/config/rs6000/rs6000-builtin-new.def
 
 rs6000-pcrel-opt.o: $(srcdir)/config/rs6000/rs6000-pcrel-opt.c
 	$(COMPILE) $<


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-23 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-23 21:00 [gcc r12-3099] rs6000: Add gengtype handling to the build machinery William Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).