Skip to content

Commit 4f9ac97

Browse files
committed
Merge branch 'patch-1' of https://github.com/infinity0/rust into rollup
2 parents 340d1f2 + 4008e71 commit 4f9ac97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ def build_triple(self):
469469
cputype = 'i686'
470470
elif cputype in {'xscale', 'arm'}:
471471
cputype = 'arm'
472-
elif cputype == 'armv6l':
472+
elif cputype in {'armv6l', 'armv7l', 'armv8l'}:
473473
cputype = 'arm'
474474
ostype += 'eabihf'
475475
elif cputype == 'armv7l':

0 commit comments

Comments
 (0)