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: math build regression


On 03/09/12 13:27, Roland McGrath wrote:
>> My interpretation is that Richard's changes make it such that every
>> arch must now supply a math_private.h file.
>>
>> No such requirement existed previously, and sparc has never had one.
> 
> I think that just means we need an include/math_private.h that
> #include's <math/math_private.h>.

Hmm.  I thought -I. (i.e. the math subdir) was at the end of the search list.
Oh, I see, Dave's error is from the iconv subdir.  Yeah, something under
the toplevel include seems like the best solution.

You're absolutely correct that while I tested three different platforms, they
do all happen to have a math_private.h...  Sorry about the breakage.


r~


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