[Bug target/23824] Using mipsel to compile BigEndian -O2 does not work

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 12 07:33:00 GMT 2006



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-10-12 07:33 -------
The problem is that -EB and -EL are not recognized by the compiler because of a
bug.  you can work around this issue by using -meb or -mel.

Anyways this is a dup of bug 29413 which shows the problem and shows what is
wrong and maybe a way to fix it.

*** This bug has been marked as a duplicate of 29413 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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



More information about the Gcc-bugs mailing list