public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: drop building modelibs
Date: Wed, 10 Aug 2022 16:13:36 +0000 (GMT)	[thread overview]
Message-ID: <20220810161336.67FE8385AE41@sourceware.org> (raw)

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

commit 719224492afaca6e2a24b138c71c0a040fac4a6a
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Aug 10 16:28:12 2022 +0200

    Cygwin: drop building modelibs
    
    They never worked as desired anyway. Use the object files.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.am | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index ff5d4bb4e..84e06c82a 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -521,19 +521,12 @@ SUBLIBS = \
 	libacl.a \
 	libssp.a
 
-EXTRALIBS = \
-	libautomode.a \
-	libbinmode.a \
-	libtextmode.a \
-	libtextreadmode.a
-
 noinst_LIBRARIES = \
 	libdll.a \
 	liblib.a
 
 toollib_LIBRARIES = \
-	libgmon.a \
-	$(EXTRALIBS)
+	libgmon.a
 
 CYGWIN_START=crt0.o
 GMON_START=gcrt0.o
@@ -549,18 +542,6 @@ toollib_DATA = \
 libgmon_a_SOURCES = $(GMON_FILES)
 libgmon_a_LIBADD =
 
-libautomode_a_SOURCES =
-libautomode_a_LIBADD = automode.o
-
-libbinmode_a_SOURCES =
-libbinmode_a_LIBADD = binmode.o
-
-libtextmode_a_SOURCES =
-libtextmode_a_LIBADD = textmode.o
-
-libtextreadmode_a_SOURCES =
-libtextreadmode_a_LIBADD = textreadmode.o
-
 # cygserver library
 cygserver_blddir = ${target_builddir}/winsup/cygserver
 LIBSERVER = $(cygserver_blddir)/libcygserver.a


                 reply	other threads:[~2022-08-10 16:13 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=20220810161336.67FE8385AE41@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.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).