* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.
This commit is contained in:
parent
e575a697ba
commit
af9ef8abb2
@ -1,3 +1,8 @@
|
|||||||
|
2003-12-02 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in: Change the way that -f options are appended to CFLAGS,
|
||||||
|
slightly.
|
||||||
|
|
||||||
2003-12-02 Christopher Faylor <cgf@redhat.com>
|
2003-12-02 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* fcntl.cc (_fcntl): Silence a compiler warning.
|
* fcntl.cc (_fcntl): Silence a compiler warning.
|
||||||
|
@ -51,8 +51,8 @@ DEFS:=@DEFS@
|
|||||||
CC:=@CC@
|
CC:=@CC@
|
||||||
# FIXME: Which is it, CC or CC_FOR_TARGET?
|
# FIXME: Which is it, CC or CC_FOR_TARGET?
|
||||||
CC_FOR_TARGET:=$(CC)
|
CC_FOR_TARGET:=$(CC)
|
||||||
CFLAGS=@CFLAGS@ -fmerge-constants -ftracer
|
CFLAGS=@CFLAGS@
|
||||||
override CFLAGS+=-MMD ${$(*F)_CFLAGS}
|
override CFLAGS+=-MMD ${$(*F)_CFLAGS} -fmerge-constants -ftracer
|
||||||
CXX=@CXX@
|
CXX=@CXX@
|
||||||
CXXFLAGS=@CXXFLAGS@
|
CXXFLAGS=@CXXFLAGS@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user