hi Peter,
> To be sure we're all on the same page, simply uncommenting stubs.c solves
> your problem with no libm changes, right?
Exactly.
Martin
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Martin Blapp wrote:
> If we add this patch, we should also add the bits in libm:
>
> #ifndef HAVE_SQRTL
> long double
> sqrtl(long double x)
> {
> return sqrt((double) x);
> }
> #endif
[..]
> or we just compile stubs.c in and the gcc provided bits.
> But I guess we would also not to link again
Seems I was wrong. Uhm. It's late here... Anyway, I've really
running it now.
If we add this patch, we should also add the bits in libm:
#ifndef HAVE_SQRTL
long double
sqrtl(long double x)
{
return sqrt((double) x);
}
#endif
#ifndef HAVE_COSL
long double
cosl(long double x)
{
return cos((