public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, m2] Add missing m2.stage{profile,feedback} to Make-lang.in
@ 2022-12-16 13:53 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-12-16 13:53 UTC (permalink / raw)
  To: gcc-patches



Add missing profile and feedback hooks consistent with
all other frontends.

gcc/m2/ChangeLog:

	* Make-lang.in (m2.stageprofile): Added.
	(m2.stagefeedback) Added.

Bootstrapped and tested using
configure --with-build-config=bootstrap-lto-lean --enable-languages=m2
make profiledbootstrap-lean
ok for trunk?


diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index a8bd7fe4d19..be33e012dc9 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -442,6 +442,12 @@ m2.stage3: stage3-start
 m2.stage4: stage4-start
 	-mv m2/*$(objext) stage4/m2
 
+m2.stageprofile: stageprofile-start
+	-mv m2/*$(objext) stageprofile/m2
+
+m2.stagefeedback: stagefeedback-start
+	-mv m2/*$(objext) stagefeedback/m2
+
 quit: force
 	echo "calling exit"
 	exit 1

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

only message in thread, other threads:[~2022-12-16 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 13:53 [PATCH, m2] Add missing m2.stage{profile,feedback} to Make-lang.in Gaius Mulley

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).