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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-08-18 12:37:23 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-08-18 12:37:23 +0400
commit4db8460fdb8304be56cfacbb36cd3c6bf7da2cb6 (patch)
treec0b658467fd686dea23ba628a028ac27812e424a /winsup
parent4315703af7e147836cd6c5e73232d5522d26dc6e (diff)
* Makefile.in (CXXFLAGS): Allow override.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygserver/ChangeLog4
-rw-r--r--winsup/cygserver/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog
index a83a0caaa..d7c7ed9d9 100644
--- a/winsup/cygserver/ChangeLog
+++ b/winsup/cygserver/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-18 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (CXXFLAGS): Allow override.
+
2009-03-26 Yaakov Selkowitz <yselkowitz@cygwin.com>
* README: Remove "How to use" section, as CYGWIN="server" is
diff --git a/winsup/cygserver/Makefile.in b/winsup/cygserver/Makefile.in
index 6de38aa7d..d1bab9d5e 100644
--- a/winsup/cygserver/Makefile.in
+++ b/winsup/cygserver/Makefile.in
@@ -33,7 +33,7 @@ AR:=@AR@
include $(srcdir)/../Makefile.common
CFLAGS:=@CFLAGS@
-CXXFLAGS:=@CXXFLAGS@
+override CXXFLAGS=@CXXFLAGS@
override CXXFLAGS+=-MMD -DHAVE_DECL_GETOPT=0 -D__OUTSIDE_CYGWIN__ -DSYSCONFDIR="\"$(sysconfdir)\""
.SUFFIXES: .c .cc .a .o .d