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: [patch]: fix mips64 symbol versioning detection


On Jul 24, 2003, Guido Guenther <agx@sigxcpu.org> wrote:

> On Thu, Jul 17, 2003 at 11:51:53AM +0200, Guido Guenther wrote:
>> due to a problem in configure.in. No $CFLAGS are passed on line 4801,
>> resulting in a n32 .o:
>> ${CC-cc} -c $ASFLAGS conftest.s
> Anything wrong with this patch? Isn't passing $CFLAGS to the c compiler
> o.k.?

They don't like it.  The recommended thing to do is to add the flag to
CC, not CFLAGS.  I agree this sucks.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.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]