public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Drop libgmon.a build dependency on gcrt0.o
@ 2020-11-25 13:35 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2020-11-25 13:35 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6fbe3254a710d2596792abf5a62066363b940c5f

commit 6fbe3254a710d2596792abf5a62066363b940c5f
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Nov 19 21:34:44 2020 +0000

    Cygwin: Drop libgmon.a build dependency on gcrt0.o
    
    libgmon.a depends on gcrt0.o, but doesn't include it.

Diff:
---
 winsup/cygwin/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 4ddd38607..ccff86eea 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -674,7 +674,7 @@ $(LIBSERVER): ${cygserver_blddir}/Makefile
 
 dll_ofiles: $(DLL_OFILES)
 
-$(LIBGMON_A): $(GMON_OFILES) $(GMON_START)
+$(LIBGMON_A): $(GMON_OFILES)
 	$(AR) rcv $(LIBGMON_A) $(GMON_OFILES)
 
 globals.h: mkglobals_h globals.cc


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

only message in thread, other threads:[~2020-11-25 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 13:35 [newlib-cygwin] Cygwin: Drop libgmon.a build dependency on gcrt0.o Jon TURNEY

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