mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* Makefile.in (CXXFLAGS): Ensure that important settings are preserved even
when overriden by command line.
This commit is contained in:
parent
ad466e2f75
commit
2c2473bcac
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user