notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba10822
)
Add __ARM_ARCH_7S__ architecture
author
gizmo98
<atz.SE@gmx.de>
Thu, 29 Jan 2015 16:55:38 +0000
(17:55 +0100)
committer
notaz
<notasas@gmail.com>
Sat, 31 Jan 2015 19:27:30 +0000
(21:27 +0200)
See http://sourceforge.net/p/predef/wiki/Architectures/
Apple A6 is an __ARM__ARCH_7S__ architecture.
include/arm_features.h
patch
|
blob
|
blame
|
history
diff --git
a/include/arm_features.h
b/include/arm_features.h
index
fdec522
..
bb48a2b
100644
(file)
--- a/
include/arm_features.h
+++ b/
include/arm_features.h
@@
-3,7
+3,7
@@
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
|| defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
- || defined(__ARM_ARCH_7EM__)
+ || defined(__ARM_ARCH_7EM__)
|| defined(__ARM_ARCH_7S__)
#define HAVE_ARMV7
#define HAVE_ARMV6