| View previous topic :: View next topic |
| Author |
Message |
wswartzendruber Veteran


Joined: 23 Mar 2004 Posts: 1197 Location: Jefferson, USA
|
Posted: Mon Jul 30, 2012 6:43 am Post subject: -march=arm9e ? |
|
|
I've got a box coming with an ARM9E in it. I can set -mcpu=arm9e, but not -march=arm9e. Nor can I do -march=native. I'm used to x86.
Would not -march=arm9e be the best way to go? |
|
| Back to top |
|
 |
armin76 Developer

Joined: 24 Apr 2006 Posts: 173
|
Posted: Sun Aug 05, 2012 3:54 pm Post subject: |
|
|
| mcpu is for a cpu, march is for a subarchitecture. arm9e would be a cpu and its architecture should be armv4t. |
|
| Back to top |
|
 |
|