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 #4 from Andreas Schwab <schwab@linux-m68k.org> 2011-10-07 22:27:41 UTC ---
Your bootstrap compiler must be broken, because the test is correctly
implemented: a successful run of the test program means little endian.  Since
the test exited with non-zero exit status, your system is identified as big
endian.


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