bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19145] [regression] arm-none-eabi big-endian LTO broken


From: hjl.tools at gmail dot com
Subject: [Bug binutils/19145] [regression] arm-none-eabi big-endian LTO broken
Date: Sun, 18 Oct 2015 17:26:53 +0000

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]