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 target/67871] LTO falis for ARM big-endian


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871

--- Comment #7 from H.J. Lu <hjl.tools at gmail dot com> ---
arm-none-eabi GCC only supports little-endian, not big-endian and
armeb-none-eabi GCC only supports big-endian, not little-endian.
To make them support both, you need to pass the right -m option
to linker.


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