We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9284353 commit a895d43Copy full SHA for a895d43
src/bootstrap/bootstrap.py
@@ -294,7 +294,7 @@ def default_build_triple():
294
raise ValueError('unknown byteorder: {}'.format(sys.byteorder))
295
# only the n64 ABI is supported, indicate it
296
ostype += 'abi64'
297
- elif cputype == 'sparcv9' or cputype == 'sparc64':
+ elif cputype == 'sparc' or cputype == 'sparcv9' or cputype == 'sparc64':
298
pass
299
else:
300
err = "unknown cpu type: {}".format(cputype)
0 commit comments