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/50646] configure detects big endian on little endian system.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50646

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-10-07 21:46:20 UTC ---
Until comparatively recently, the only thing that cared about host 
endianness was decimal floating-point support.  However, now the lexer 
cares as well.

What is the host system for which the endianness test gets that far?  For 
most hosts the endianness would be determined based on the header tests.


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