Taoufik HNIA <[EMAIL PROTECTED]> writes:
> I am working on porting gcc for a 16 bits processor.
> I know that gcc supports arm,but I don't know if gcc supports 16 bits
> arm.So my question is :
> does gcc generate code for 16 bits arm ?
Yes, it does, with the -mthumb option.
This kind of questio
Hi,
I am working on porting gcc for a 16 bits processor.
I know that gcc supports arm,but I don't know if gcc supports 16 bits
arm.So my question is :
does gcc generate code for 16 bits arm ?
thak your for your help
Taoufik