Skip to content

Commit 3e1b5cb

Browse files
jannauJanne Grunau
authored and
Janne Grunau
committedMar 16, 2015
configure: handle Apple's armv7s in probe_arm_arch()
1 parent f01c771 commit 3e1b5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎configure

+1
Original file line numberDiff line numberDiff line change
@@ -3198,6 +3198,7 @@ elif enabled arm; then
31983198
elif check_arm_arch 6T2; then echo armv6t2;
31993199
elif check_arm_arch 7; then echo armv7;
32003200
elif check_arm_arch 7A 7_A; then echo armv7-a;
3201+
elif check_arm_arch 7S; then echo armv7-a;
32013202
elif check_arm_arch 7R 7_R; then echo armv7-r;
32023203
elif check_arm_arch 7M 7_M; then echo armv7-m;
32033204
elif check_arm_arch 7EM 7E_M; then echo armv7-m;

0 commit comments

Comments
 (0)
Please sign in to comment.