public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS
@ 2020-10-14 14:40 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2020-10-14 14:40 UTC (permalink / raw)
  To: cygwin-cvs

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

commit e78a7f8f6ed16b8ad2e8ad784368cde0868689f7
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Thu Oct 8 15:41:24 2020 +0100

    Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS

Diff:
---
 winsup/cygwin/Makefile.in | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 7f19a57fd..8ab654e9b 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -71,7 +71,6 @@ CRT0:=$(cygwin_build)/crt0.o
 #
 # --enable options from configure
 #
-MT_SAFE:=@MT_SAFE@
 CCEXTRA=
 COMMON_CFLAGS=-MMD ${$(*F)_CFLAGS} -Wimplicit-fallthrough=5 -Werror -fmerge-constants -ftracer $(CCEXTRA)
 ifeq ($(target_cpu),x86_64)
@@ -147,7 +146,6 @@ MALLOC_OFILES:=malloc.o
 
 DLL_IMPORTS:=${shell $(CC) -print-file-name=w32api/libkernel32.a} ${shell $(CC) -print-file-name=w32api/libntdll.a}
 
-MT_SAFE_OBJECTS:=
 #
 LIBC_OFILES:= \
 	arc4random_stir.o \
@@ -419,8 +417,7 @@ DLL_OFILES:= \
 	$(MALLOC_OFILES) \
 	$(LIBC_OFILES) \
 	$(MATH_OFILES) \
-	$(TZCODE_OFILES) \
-	$(MT_SAFE_OBJECTS)
+	$(TZCODE_OFILES)
 
 EXCLUDE_STATIC_OFILES:=$(addprefix --exclude=,\
 	cygtls.o \


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

only message in thread, other threads:[~2020-10-14 14:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 14:40 [newlib-cygwin] Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS 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).