public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Drop duplicate C++ flags used to build utils
@ 2020-11-18 16:27 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2020-11-18 16:27 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7d5efba7967ba22592b7ae9cf9877120cc9792db

commit 7d5efba7967ba22592b7ae9cf9877120cc9792db
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Wed Nov 11 14:03:58 2020 +0000

    Cygwin: Drop duplicate C++ flags used to build utils
    
    '-fno-exceptions -fno-rtti' are already present in the compile command
    COMPILE.cc set by Makefile.common, so we don't need to add them to
    CXXFLAGS as well.

Diff:
---
 winsup/utils/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in
index e21874027..a9d66a5ee 100644
--- a/winsup/utils/Makefile.in
+++ b/winsup/utils/Makefile.in
@@ -19,7 +19,7 @@ CFLAGS:=@CFLAGS@
 CXXFLAGS:=@CXXFLAGS@
 INCLUDES:=@INCLUDES@
 override CFLAGS+=${CFLAGS_COMMON}
-override CXXFLAGS+=-fno-exceptions -fno-rtti ${CFLAGS_COMMON}
+override CXXFLAGS+=${CFLAGS_COMMON}
 
 include ${srcdir}/../Makefile.common


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-18 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 16:27 [newlib-cygwin] Cygwin: Drop duplicate C++ flags used to build utils Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).