From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id F0B8C3943416; Wed, 14 Oct 2020 14:40:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F0B8C3943416 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Remove empty MT_SAFE and MT_SAFE_OBJECTS X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 1996cb7e84b7f9d7fab18a14fb9a83958058dbb4 X-Git-Newrev: e78a7f8f6ed16b8ad2e8ad784368cde0868689f7 Message-Id: <20201014144044.F0B8C3943416@sourceware.org> Date: Wed, 14 Oct 2020 14:40:44 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2020 14:40:45 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=e78a7f8f6ed16b8ad2e8ad784368cde0868689f7 commit e78a7f8f6ed16b8ad2e8ad784368cde0868689f7 Author: Jon Turney 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 \