On Mon, 5 Feb 2001, Kerstin Hoef-Emden wrote: > Since I didn�t find a note in the info-texts how to address the > different CPU-types, I tried -mcpu=21164a and it did not complain. Does > it make a difference whether -mcpu=ev56 is used or -mcpu=21164a? Is it > possible to use non-existing compiler settings without the compiler > complaining about it?
There's no difference between -mcpu=ev56 and -mcpu=21164a. I'm not sure if the compiler would complain, but I would assume so. I'll run some tests tomorrow since I should have an EV68 to play with then and can test the generated code on it :-) C

