[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess
aaronw at net dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 2 01:16:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list