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>2002-01-22 06:22:55 +0300
committerChristopher Faylor <me@cgf.cx>2002-01-22 06:22:55 +0300
commit2c2473bcac5304a191fe3a5e3fe2893569d579ad (patch)
tree0e3527f3eb4aa7e20b088b3e6bf8ac859eb0a47c /winsup/utils
parentad466e2f75653e042beb5290b0ac00a8343b87dd (diff)
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
when overriden by command line.
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index a6414871f..c74aba20c 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -31,7 +31,8 @@ CXX:=@CXX@
CXX_FOR_TARGET:=$(CXX)
CFLAGS:=@CFLAGS@
-CXXFLAGS:=@CXXFLAGS@ -fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
+CXXFLAGS:=@CXXFLAGS@
+CXXFLAGS+=-fno-exceptions -fno-rtti -DHAVE_DECL_GETOPT=0
include $(srcdir)/../Makefile.common