Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Commit

Permalink
arch.py: Removed explicitly defined cortexa8neont and a9.
Browse files Browse the repository at this point in the history
The same settings can be achieved as:
MACHINE_CPU = "arm-cortexa8"
MACHINE_ABI = "hard thumb"

Signed-off-by: Sean Nyekjaer <sean.nyekjaer@prevas.dk>
  • Loading branch information
Sean Nyekjaer committed Oct 23, 2015
1 parent 8e754f9 commit 9f1f53a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/oelite/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,6 @@
],
]
},
'cortexa8neont' : {
'mcpu' : 'cortex-a8',
'mtune' : 'cortex-a8',
'fpu' : 'neon',
'float' : 'hard',
'mode' : 'thumb',
},
'cortexa9' : {
'mcpu' : 'cortex-a9',
'mtune' : 'cortex-a9',
Expand Down Expand Up @@ -235,13 +228,6 @@
],
]
},
'cortexa9neont' : {
'mcpu' : 'cortex-a9',
'mtune' : 'cortex-a9',
'float' : 'hard',
'fpu' : 'neon',
'mode' : 'thumb',
},
},

'armeb' : {
Expand Down

0 comments on commit 9f1f53a

Please sign in to comment.