This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/21782] [3.3 Regression] configure: error: unknown endianess


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]