* Makefile.in: Allow CFLAGS to be overridden from the environment.
This commit is contained in:
parent
183ad8597c
commit
2671ba6f3a
|
@ -1,3 +1,7 @@
|
|||
2011-05-02 Christopher Faylor <me.cygwin2011@cgf.cx>
|
||||
|
||||
* Makefile.in: Allow CFLAGS to be overridden from the environment.
|
||||
|
||||
2011-05-02 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* thread.cc (cancelable_wait): Remove test for main thread.
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Reference in New Issue