This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Linux 2.6 nanosecond time stamp weirdness breaks GCC build
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>
- Cc: gcc at gcc dot gnu dot org, linux-kernel at vger dot kernel dot org, schwidefsky at de dot ibm dot com, ak at suse dot de
- Date: Thu, 1 Apr 2004 13:13:48 -0800
- Subject: Re: Linux 2.6 nanosecond time stamp weirdness breaks GCC build
- References: <200404011928.VAA23657@faui1d.informatik.uni-erlangen.de>
On Thu, Apr 01, 2004 at 09:28:20PM +0200, Ulrich Weigand wrote:
> Hello,
>
> I'm seeing a race condition on Linux 2.6 that rather reproducibly
> causes GCC bootstrap failures on current mainline.
We saw lots of parallel build problems when using a 2.6 kernel on
an older distribution. The problems went away when we used 'make'
built with a new version of glibc.
Janis