This is the mail archive of the libc-alpha@sources.redhat.com 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: use CPPFLAGS at configure time


On Apr  3, 2003, Roland McGrath <roland at redhat dot com> wrote:

> CPPFLAGS is not used for .s files.

Yeah, it doesn't *have* to be used for .s files, but it's not like it
hurts either, especially at configure time.  Also, I find it much
nicer to be consistent and use the same flags wherever we run the
compiler.

Besides, I'm (ab)using CPPFLAGS in the mips64-linux configury to pass
-mabi= to the compiler, and this affects the code generated by the
assembler.  If this patch can't go in, I'll have to switch to CFLAGS,
duplicating autoconf's logic for a default CFLAGS, which I'd rather
not do.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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