This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap fail, native sparc-sun-solaris2.7, need --disable-nsec-timestamps
- To: jbuck at synopsys dot com
- Subject: Re: bootstrap fail, native sparc-sun-solaris2.7, need --disable-nsec-timestamps
- From: Michael Elizabeth Chastain <chastain at cygnus dot com>
- Date: Sat, 23 Jun 2001 20:21:25 -0700
- Cc: gcc at gcc dot gnu dot org
Joe Buck writes:
> Sigh. This sounds like the Solaris "touch" bug. Mark, I thought you
> added workarounds for this. I haven't seen the problem when building
> on all-NFS disks on Solaris; perhaps it's the mixture of local and NFS
> disks that triggers it?
I delved into the archives and I found:
http://gcc.gnu.org/ml/gcc/2001-05/msg00487.html
My symptoms looked exactly like the symptoms described therein.
gcc 3.0 has the workaround all righ:
STAMP = echo timestamp >
...
...
...
$(STAMP) ...
I don't see how it can break, but something is breaking. I'll probe
this some more as soon as I finish some other tasks.
Michael