public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: configure: drop unused DEF_DLL_ENTRY variable
@ 2022-05-13 12:38 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2022-05-13 12:38 UTC (permalink / raw)
  To: cygwin-cvs

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)


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

only message in thread, other threads:[~2022-05-13 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 12:38 [newlib-cygwin] Cygwin: configure: drop unused DEF_DLL_ENTRY variable Corinna Vinschen

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