This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] respect build CPPFLAGS


On Mon, Sep 19, 2011 at 13:17, Mike Frysinger <vapier@gentoo.org> wrote:
> for a little background, some distros (like Debian, Ubuntu, Gentoo, and i'm
> sure others) enable _FORTIFY_SOURCE by default in their compilers. Âthe way to
> disable this is by using -U_FORTIFY_SOURCE:

This is no solution since you have no control over the place where the
parameter is used relative to whatever you try to disable.  CPPFLAGS
handling in configure is only there because that's the default.  If
you have to work around broken environments you have to have more
control.  Complicating the makefile handling even more without any
real benefit doesn't really sound right.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]