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: configure: drop unused DEF_DLL_ENTRY variable
Date: Fri, 13 May 2022 12:38:12 +0000 (GMT)	[thread overview]
Message-ID: <20220513123812.7D055395B05F@sourceware.org> (raw)

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

commit e0df580bf95702b94a9f4058ddb4d69c52b5ccac
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jan 26 17:28:04 2022 +0100

    Cygwin: configure: drop unused DEF_DLL_ENTRY variable
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/winsup/configure.ac b/winsup/configure.ac
index e8b42de08..c0a43fc99 100644
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -68,7 +68,6 @@ esac
 case "$target_cpu" in
    x86_64)
 		DLL_ENTRY="dll_entry"
-		DEF_DLL_ENTRY="dll_entry"
 		DIN_FILE="x86_64.din"
 		TLSOFFSETS_H="tlsoffsets64.h"
 		;;
@@ -76,7 +75,6 @@ case "$target_cpu" in
 esac
 
 AC_SUBST(DLL_ENTRY)
-AC_SUBST(DEF_DLL_ENTRY)
 AC_SUBST(DIN_FILE)
 AC_SUBST(TLSOFFSETS_H)


                 reply	other threads:[~2022-05-13 12:38 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=20220513123812.7D055395B05F@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).