public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Gaius Mulley <gaius@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/modula-2] Add definition for GM2_FOR_TARGET into gcc/m2/Make-lang.in.
Date: Wed, 14 Sep 2022 17:10:36 +0000 (GMT)	[thread overview]
Message-ID: <20220914171036.555A4384D1A1@sourceware.org> (raw)

https://gcc.gnu.org/g:37e5e898dd0a0b73ab529f842c78e8ed7894326d

commit 37e5e898dd0a0b73ab529f842c78e8ed7894326d
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Wed Sep 14 16:08:38 2022 +0100

    Add definition for GM2_FOR_TARGET into gcc/m2/Make-lang.in.
    
    gcc/m2/ChangeLog:
    
            * Make-lang.in (GM2_FOR_TARGET): Added.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

Diff:
---
 gcc/m2/Make-lang.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/m2/Make-lang.in b/gcc/m2/Make-lang.in
index 256299e7dbd..775c7059979 100644
--- a/gcc/m2/Make-lang.in
+++ b/gcc/m2/Make-lang.in
@@ -32,6 +32,8 @@ M2_MAINTAINER = no
 CPP_GM2=-fpermissive -DIN_GCC -g
 GM2_1 = ./gm2 -B./stage1/m2 -g -fm2-g
 
+GM2_FOR_TARGET = $(STAGE_CC_WRAPPER) ./gm2 -B./ -B$(build_tooldir)/bin/ -L$(objdir)/../ld $(TFLAGS)
+
 TEXISRC = $(objdir)/m2/images/gnu.eps \
           $(srcdir)/doc/gm2.texi \
           m2/gm2-libs.texi \

                 reply	other threads:[~2022-09-14 17:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220914171036.555A4384D1A1@sourceware.org \
    --to=gaius@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).