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>2003-11-26 06:52:12 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-26 06:52:12 +0300
commitaf284c9c3b73619ab3a5e978856b146bd4331511 (patch)
treee0bcea20a702cdd5dda4c5cd3ded12efd1456ecb /winsup/cygserver/Makefile.in
parentb5aa10cda81085a78e1b121b26ace8b43950692a (diff)
* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.
Diffstat (limited to 'winsup/cygserver/Makefile.in')
-rw-r--r--winsup/cygserver/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/Makefile.in b/winsup/cygserver/Makefile.in
index d76b47155..fa6960b73 100644
--- a/winsup/cygserver/Makefile.in
+++ b/winsup/cygserver/Makefile.in
@@ -33,7 +33,7 @@ include $(srcdir)/../Makefile.common
CFLAGS:=@CFLAGS@ -I$(cygwin_source)
CXXFLAGS:=@CXXFLAGS@ -I$(cygwin_source)
-override CXXFLAGS+=-MMD -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CYGWIN__ -DSYSCONFDIR="\"$(sysconfdir)\""
+override CXXFLAGS+=-MMD -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CYGWIN__ -DSYSCONFDIR="\"$(sysconfdir)\""
.SUFFIXES: .c .cc .a .o .d