/QRArch - Specify Target Architecture
9/7/2007
This option specifies which ARM architecture the compiler will target. The following line shows the usage of this option:
/Qrarch{4|5} [T]
The following options are available for this switch.
- 4
Indicates the ARM4 architecture.
- 5
Indicates the ARM5 architecture.
- T
Indicates that the architecture supports the ARM/Thumb interworking instructions.