We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6c1773 + 5c0c3e8 commit c04b39fCopy full SHA for c04b39f
src/bootstrap/bootstrap.py
@@ -472,10 +472,10 @@ def build_triple(self):
472
cputype = 'i686'
473
elif cputype in {'xscale', 'arm'}:
474
cputype = 'arm'
475
- elif cputype in {'armv6l', 'armv7l', 'armv8l'}:
+ elif cputype == 'armv6l':
476
477
ostype += 'eabihf'
478
- elif cputype == 'armv7l':
+ elif cputype in {'armv7l', 'armv8l'}:
479
cputype = 'armv7'
480
481
elif cputype == 'aarch64':
0 commit comments