Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-11-02 07:44:06 +0300
committerChristopher Faylor <me@cgf.cx>2001-11-02 07:44:06 +0300
commit0378d00f5245173fd47655534aa80d4cd751688f (patch)
tree9057829650ef0cbffb25c5e108c8060eaeb330e9 /winsup/cygwin/Makefile.in
parent53f00290819bd294d31d12bb93e8e5e887ad3aef (diff)
* fhandler.h: Change Windows 'BOOL's to c++ 'bool's for all variables.
* select.cc (fhandler_base::ready_for_read): Set read_ready to zero prior to testing it or it will be uninitialized. * Makefile.in (CFLAGS): Move setting to Makefile.common.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 42d868363..ba29d1a67 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -50,7 +50,7 @@ DEFS = @DEFS@
CC:=@CC@
# FIXME: Which is it, CC or CC_FOR_TARGET?
CC_FOR_TARGET:=$(CC)
-CFLAGS:=@CFLAGS@ -Winline
+CFLAGS:=@CFLAGS@
CFLAGS+=-MD -fbuiltin
CXX:=@CXX@
CXXFLAGS:=@CXXFLAGS@