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


> There's no special-case CC hackery to be done.  All I need is a flag
> to be passed to the compiler whenever compiling or linking something.

If you need that done when running configure checks, then you need to hack CC.

> The triplets that specify an ABI to be used are only there because of
> glibc's (or Uli's?) requirements that there must be a way to tell the
> full configuration from a triplet.

This is not some spurious invention to make your life difficult, Alexandre.
This has always been the fundamental purpose of GNU configuration tuples.
The whole reason to have invented such a convention all those years ago was
so that code just like what we have in glibc could be written safely by
making the assumption that the tuple is a useful identifier.


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