* 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>
|
||||
|
||||
* fcntl.cc (_fcntl): Silence a compiler warning.
|
||||
|
|
|
@ -51,8 +51,8 @@ DEFS:=@DEFS@
|
|||
CC:=@CC@
|
||||
# FIXME: Which is it, CC or CC_FOR_TARGET?
|
||||
CC_FOR_TARGET:=$(CC)
|
||||
CFLAGS=@CFLAGS@ -fmerge-constants -ftracer
|
||||
override CFLAGS+=-MMD ${$(*F)_CFLAGS}
|
||||
CFLAGS=@CFLAGS@
|
||||
override CFLAGS+=-MMD ${$(*F)_CFLAGS} -fmerge-constants -ftracer
|
||||
CXX=@CXX@
|
||||
CXXFLAGS=@CXXFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue