Re: port gcc for bits processor

2005-07-08 Thread Ian Lance Taylor
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

port gcc for bits processor

2005-07-08 Thread Taoufik HNIA
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