Current-Users archive

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

Re: MIPS pcc endian



On 04/20/2012 01:34 PM, Iain Hibbert wrote:
(but I'm not sure how well MIPS is supported with pcc)
IIRC it should work quite well, but I think only little-endian is working.


2. can pcc-mips generate both of MIPSEL and MIPSEB binaries with a
single set of PCC compiler body with the help of appropriate command
line option?
No, the front end does not properly support multi-arch environment at this
time.. (I have been working at improving this but nothing ready for
publication as yet :)
The compiler-specific infrastructure is there, look at powerpc for example.
Stuff missing is a nice way to tell cpp which defines it should use.

// Ragge



Home | Main Index | Thread Index | Old Index