https://sourceware.org/bugzilla/show_bug.cgi?id=19145

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
There are 2 issues:

1. arm-none-eabi binutils only supports litte-endian.
2. arm-none-eabi GCC only supports little-endian.

To support big-endian, you should configure binutils and GCC for
armeb-none-eabi.  Or you fix ARM EABI binutils and GCC to support
both little-endian and big-endian.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to