From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id C198B3857C46; Wed, 14 Oct 2020 14:40:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C198B3857C46 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: Drop STDINCFLAGS overrides X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 08e7ee19122a7d2ce1a5caf5fd065ac1e36a6838 X-Git-Newrev: ad0f139c74a3d8e93d9b74f91d2393602328c53d Message-Id: <20201014144019.C198B3857C46@sourceware.org> Date: Wed, 14 Oct 2020 14:40:19 +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:19 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ad0f139c74a3d8e93d9b74f91d2393602328c53d commit ad0f139c74a3d8e93d9b74f91d2393602328c53d Author: Jon Turney Date: Sat Oct 3 16:39:38 2020 +0100 Cygwin: Drop STDINCFLAGS overrides This used to turn off -nostdinc on a per-file basis, but has no effect since 4c36016b5706. Diff: --- winsup/cygwin/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index f775f0691..3a7a73adb 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -583,10 +583,6 @@ exec_CFLAGS:=-fno-builtin-execve fhandler_proc_CFLAGS+=-DUSERNAME="\"$(USER)\"" -DHOSTNAME="\"$(HOSTNAME)\"" fhandler_proc_CFLAGS+=-DGCC_VERSION="\"`$(CC) -v 2>&1 | tail -n 1`\"" -_cygwin_crt0_common_STDINCFLAGS:=yes -libstdcxx_wrapper_STDINCFLAGS:=yes -cxx_STDINCFLAGS:=yes - .PHONY: all force dll_ofiles install all_target install_target all_host \ install_host install install-libs install-headers \ clean distclean realclean maintainer-clean