aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2020-10-03 16:39:38 +0100
committerJon Turney <jon.turney@dronecode.org.uk>2020-10-14 15:04:18 +0100
commitad0f139c74a3d8e93d9b74f91d2393602328c53d (patch)
treea875b65df40b5440a928cd7565dfafa9736de1c6
parent08e7ee19122a7d2ce1a5caf5fd065ac1e36a6838 (diff)
downloadnewlib-ad0f139c74a3d8e93d9b74f91d2393602328c53d.zip
newlib-ad0f139c74a3d8e93d9b74f91d2393602328c53d.tar.gz
newlib-ad0f139c74a3d8e93d9b74f91d2393602328c53d.tar.bz2
Cygwin: Drop STDINCFLAGS overrides
This used to turn off -nostdinc on a per-file basis, but has no effect since 4c36016b5706.
-rw-r--r--winsup/cygwin/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index f775f06..3a7a73a 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