This is the mail archive of the gcc@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]

little endian code on sparc v8


We are experimenting on the custom sparc-based core for embedded applications.
Â
The big headache that I am facing these days is that "-mcpu=v8"(gcc-sparc-v8)
does not support little-endian. After web searching, it seems thatÂ
gcc-sparclet supported V8 engine but it seems that it's now deleted(?).

Is there a way to do generate little-endian code for -mcpu=v8?
There is the gcc option "-mlittle-endian" to support little-endianÂ
in gcc-sparc, but the manual also says "-mlittle-endian" is not supported
in sparc.

Is there someone who know the patches or way to do little-endian
for sparc core? 

As I am working on gcc these days, it would be appreciated if someone
tells me how I can join gcc developers group for sparc v8's custom core. 

Regards,Â

Youngsu


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