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>2011-05-02 23:14:39 +0400
committerChristopher Faylor <me@cgf.cx>2011-05-02 23:14:39 +0400
commit2671ba6f3a55516bc7d266cc955a41d77abbe163 (patch)
tree2f8c384bc48eff81b49f714f14a70ad5a1000129 /winsup/cygwin/Makefile.in
parent183ad8597c86a239a71c08364390e0b5d35065c2 (diff)
* Makefile.in: Allow CFLAGS to be overridden from the environment.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index ee6f251c2..3932bbdeb 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -58,7 +58,7 @@ override INSTALL_DATA:=@INSTALL_DATA@
MT_SAFE:=@MT_SAFE@
DEFS:=@DEFS@
CCEXTRA:=
-CFLAGS=@CFLAGS@
+CFLAGS?=@CFLAGS@
override CFLAGS+=-MMD ${$(*F)_CFLAGS} -Werror -fmerge-constants -ftracer \
-mno-use-libstdc-wrappers $(CCEXTRA)
CXX=@CXX@