This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess
- From: "aaronw at net dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jun 2005 01:16:13 -0000
- Subject: [Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess
- References: <20050527123604.21782.papadopo@shfj.cea.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From aaronw at net dot com 2005-06-02 01:16 -------
I traced this to a problem with Sun's grep. Replace the grep lines with fgrep
in the configure script and it works fine.
Apparently grepping conftest.o for the endian string fails with /bin/grep but
works with fgrep.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782