This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.1 branch bootstrap fails on sparcv9-sun-solaris2.8
- From: mike stump <mrs at windriver dot com>
- To: davem at redhat dot com, lucier at math dot purdue dot edu
- Cc: aoliva at redhat dot com, gcc at gcc dot gnu dot org
- Date: Wed, 22 May 2002 23:01:49 -0700 (PDT)
- Subject: Re: 3.1 branch bootstrap fails on sparcv9-sun-solaris2.8
- References: <20020522.205348.63870991.davem@redhat.com>
> Date: Wed, 22 May 2002 20:53:49 -0700 (PDT)
> To: lucier@math.purdue.edu
> Cc: aoliva@redhat.com, gcc@gcc.gnu.org
> From: "David S. Miller" <davem@redhat.com>
> I can't even count on my two hands how many times this has been
> brought up just in the last two weeks. It is undoubtedly "well
> known".
It must be a bug then, and it must need fixing. Users would
appreciate it being fixed. To take a line from perl:
if [ "$0" = /bin/sh -a "$system" = solaris ]; then
export CONFIG_SHELL=/bin/ksh
exec /bin/ksh ${1+"$@"}
fi
or whatever it takes.