Skip to content

Commit 3a4de95

Browse files
zwaldowskiktopley-apple
authored andcommitted
Also canonicalize armv6l as armv6 to fix build
Signed-off-by: Daniel A. Steffen <[email protected]>
1 parent 5bd594a commit 3a4de95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ AC_ARG_WITH([swift-toolchain],
190190
armv7l*)
191191
target_cpu="armv7"
192192
;;
193+
armv6l*)
194+
target_cpu="armv6"
195+
;;
193196
*)
194197
esac
195198
;;

0 commit comments

Comments
 (0)