This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Questions about bootstrap problem on Solaris
- From: Anthony Green <green at redhat dot com>
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org, Brad Lucier <lucier at math dot purdue dot edu>, java at gcc dot gnu dot org
- Date: 22 Mar 2002 16:51:49 -0800
- Subject: Re: Questions about bootstrap problem on Solaris
- References: <Pine.BSF.4.44.0203222301590.62586-100000@pulcherrima.dbai.tuwien.ac.at>
On Fri, 2002-03-22 at 14:05, Gerald Pfeifer wrote:
> >> checking whether byte ordering is bigendian... cross-compiling... unknown
> >> checking to probe for byte ordering... guessing bigendian ... unknown
> >> configure: error: unknown endianess - sorry
> >> gmake[1]: *** [configure-target-libffi] Error 1
Hmmm... gcc/aclocal.m4 has a endian test which is different from the one
in libffi/aclocal.m4 (which was stolen from some future version of
autoconf). The gcc one must be better if it isn't failing.
Unfortunately I think I'll be offline for a few days. If someone can
look into this I'd be very grateful.
Thanks!
AG