[patch] Fix array aliasing conftest

Jeff Johnston jjohnstn@redhat.com
Fri Apr 17 21:51:00 GMT 2009


Ken Werner wrote:
> On Friday 17 April 2009 18:21:44 Jeff Johnston wrote:
>   
>> The AC_TRY_COMPILE in libm/configure.in has been translated to
>> AC_TRY_COMMAND.
>>     
>
> I just noticed the spaces at the acnewlib_cv_type_long_double which lead to a 
> failing conftest. Your change fixed that for libm - thanks. 
> The libc/configure.in has the same test that should be changed in the same 
> manner. Is there a way to prevent that redundant long double check for libc 
> and libm? The tiny patch is attached.
>
>   
Patch checked in.  The test can be shared if it is in acinclude.m4, but 
I don't think it is necessary since
it is only being used in two places at present.

-- Jeff J.
>> -- Jeff J.
>>     
>
> Ken
>
>
>   



More information about the Newlib mailing list