View previous topic :: View next topic |
Author |
Message |
wswartzendruber Veteran
Joined: 23 Mar 2004 Posts: 1261 Location: Idaho, 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? _________________ Git has obsoleted SVN.
10mm Auto has obsoleted 45 ACP. |
|
Back to top |
|
|
armin76 Retired Dev
Joined: 24 Apr 2006 Posts: 174
|
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 |
|
|
|