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

--- Comment #8 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Jonathan Roelofs from comment #7)
> $ arm-none-eabi-ld -V
> GNU ld (GNU Binutils) 2.25.51.20150929
>   Supported emulations:
>    

That is your problem.  You can change ld/configure.tgt to enable
armelfb emulation for arm-none-eabi and enable armelf emulation for
armeb-none-eabi.  Then you change GCC to always pass -m armelf
or -m armelfb to ld.

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