* Makefile.in: Revert patch from 2003-04-17.
This commit is contained in:
parent
14dbd34e9e
commit
2238537c36
|
@ -1,3 +1,7 @@
|
||||||
|
2003-04-30 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
|
* Makefile.in: Revert patch from 2003-04-17.
|
||||||
|
|
||||||
2003-04-28 Brian Ford <ford@vss.fsi.com>
|
2003-04-28 Brian Ford <ford@vss.fsi.com>
|
||||||
|
|
||||||
* profil.h (PROFADDR): Prevent overflow when text segments are larger
|
* profil.h (PROFADDR): Prevent overflow when text segments are larger
|
||||||
|
|
|
@ -80,9 +80,6 @@ CFLAGS=@CFLAGS@
|
||||||
override CFLAGS+=-MMD ${$(*F)_CFLAGS}
|
override CFLAGS+=-MMD ${$(*F)_CFLAGS}
|
||||||
CXX=@CXX@
|
CXX=@CXX@
|
||||||
CXXFLAGS=@CXXFLAGS@
|
CXXFLAGS=@CXXFLAGS@
|
||||||
ifeq ($(CYGINLINE),1)
|
|
||||||
override CXXFLAGS+=-finline-functions
|
|
||||||
endif
|
|
||||||
|
|
||||||
AR:=@AR@
|
AR:=@AR@
|
||||||
AR_FLAGS:=qv
|
AR_FLAGS:=qv
|
||||||
|
|
Loading…
Reference in New Issue