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:

%%%
Index: auto-host.h
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/cc/cc_tools/auto-host.h,v
retrieving revision 1.5
diff -u -r1.5 auto-host.h
--- auto-host.h 12 May 2002 12:01:12 -0000      1.5
+++ auto-host.h 14 May 2002 08:04:59 -0000
@@ -97,7 +97,8 @@
 /* #undef HAVE___ARGZ_STRINGIFY */
 
 /* Define if you have the atoll function.  */
-#define HAVE_ATOLL 1
+/* FreeBSD 4.x doesn't have atoll(3). */
+/* #undef HAVE_ATOLL */
 
 /* Define if you have the atoq function.  */
 /* #undef HAVE_ATOQ */
%%%


Cheers,
-- 
Ruslan Ermilov          Sysadmin and DBA,
[EMAIL PROTECTED]           Sunbay Software AG,
[EMAIL PROTECTED]          FreeBSD committer,
+380.652.512.251        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

Attachment: msg38312/pgp00000.pgp
Description: PGP signature

Reply via email to