OSDN Git Service

* Makefile.in (CXXFLAGS): Remove duplicate options handled in Makefile.common.
authorcgf <cgf>
Wed, 26 Nov 2003 03:52:12 +0000 (03:52 +0000)
committercgf <cgf>
Wed, 26 Nov 2003 03:52:12 +0000 (03:52 +0000)
winsup/cygserver/ChangeLog
winsup/cygserver/Makefile.in

index 5a87a67..3ada9bf 100644 (file)
@@ -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.
index d76b471..fa6960b 100644 (file)
@@ -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