public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/modula-2] Add definition for GM2_FOR_TARGET into gcc/m2/Make-lang.in.
@ 2022-09-14 17:10 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2022-09-14 17:10 UTC (permalink / raw)
  To: gcc-cvs

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 \

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

only message in thread, other threads:[~2022-09-14 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 17:10 [gcc/devel/modula-2] Add definition for GM2_FOR_TARGET into gcc/m2/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).