public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-7621] modula2: Remove M2LINK.o from m2/m2obj3/cc1gm2 in Make-maintainer.in
@ 2023-07-28 12:14 Gaius Mulley
  0 siblings, 0 replies; only message in thread
From: Gaius Mulley @ 2023-07-28 12:14 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:96ee9cec131fd67ee812aa6423c23e4f4f08e770

commit r13-7621-g96ee9cec131fd67ee812aa6423c23e4f4f08e770
Author: Gaius Mulley <gaiusmod2@gmail.com>
Date:   Fri Jul 28 13:14:33 2023 +0100

    modula2: Remove M2LINK.o from m2/m2obj3/cc1gm2 in Make-maintainer.in
    
    This patch removes M2LINK.o from m2/m2obj3/cc1gm2.
    
    gcc/m2/ChangeLog:
    
            * Make-maintainer.in (m2/m2obj3/cc1gm2$(exeext)):
            Remove M2LINK.o from dependency and build rule.
    
    Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>

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

diff --git a/gcc/m2/Make-maintainer.in b/gcc/m2/Make-maintainer.in
index 6bd15503f53..67816076653 100644
--- a/gcc/m2/Make-maintainer.in
+++ b/gcc/m2/Make-maintainer.in
@@ -849,13 +849,13 @@ gm2.paranoid: m2/m2obj3/cc1gm2$(exeext) gm2.verifyparanoid
 
 m2/m2obj3/cc1gm2$(exeext): m2/m2obj2/cc1gm2$(exeext) m2/gm2-compiler-paranoid/m2flex.o \
                             $(P) $(GM2_C_OBJS) $(BACKEND) $(LIBDEPS) $(GM2_LIBS_PARANOID) \
-                            m2/gm2-gcc/rtegraph.o plugin/m2rte$(exeext).so m2/gm2-libs-boot/M2LINK.o
+                            m2/gm2-gcc/rtegraph.o plugin/m2rte$(exeext).so
 	-test -d m2/m2obj3 || $(mkinstalldirs) m2/m2obj3
 	@$(call LINK_PROGRESS,$(INDEX.m2),start)
 	+$(LLINKER) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GM2_C_OBJS) m2/gm2-compiler-paranoid/m2flex.o \
                             attribs.o \
                               $(GM2_LIBS_PARANOID) \
-                              $(BACKEND) $(LIBS) m2/gm2-gcc/rtegraph.o m2/gm2-libs-boot/M2LINK.o \
+                              $(BACKEND) $(LIBS) m2/gm2-gcc/rtegraph.o \
                               $(BACKENDLIBS) $(LIBSTDCXX) -lm
 	@$(call LINK_PROGRESS,$(INDEX.m2),end)

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

only message in thread, other threads:[~2023-07-28 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28 12:14 [gcc r13-7621] modula2: Remove M2LINK.o from m2/m2obj3/cc1gm2 in Make-maintainer.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).