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
parentb5aa10cda81085a78e1b121b26ace8b43950692a (diff)
* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.
Diffstat (limited to 'winsup/cygserver')
-rw-r--r--winsup/cygserver/ChangeLog5
-rw-r--r--winsup/cygserver/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index 5a87a67b6..3ada9bf25 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-25 Christopher Faylor <cgf@redhat.com>
+
+ * Makefile.in (CXXFLAGS): Remove duplicate options handled in
+ Makefile.common.
+
2003-11-22 Corinna Vinschen <corinna@vinschen.de>
* msg.cc (client_request_msg::serve): Add default case to msgop switch.
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