On Tue, 14 May 2002, David O'Brien wrote:

> On Tue, May 14, 2002 at 11:41:45AM +0300, Ruslan Ermilov wrote:
> > Hi!
> >
> > 4.x i386 and old 5.0 i386 can no longer produce current 5.0 alpha
> > worlds due to the lack of atoll(3) in libc.  This patch fixes it:
>
> Considering how simple src/lib/libc/stdlib/atoll.c is; lets ask RE for a
> MFC.

That wouldn't actually fix the problem, since it would only help for
bootstrapping 5.0 from very recent versions of 4.x.  The problem is
the usual one with committing files generated by autoconfig.  This
gives a configuration that might only be valid for the host machine
that ran autoconfig.  Cross-compiling of even portable cross-compile-aware
sources like gcc is broken by this.

Bruce


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to