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 367db83 commit 2962528Copy full SHA for 2962528
src/bootstrap/bootstrap.py
@@ -312,6 +312,8 @@ def default_build_triple(verbose):
312
# non-standard string (e.g. gnuwin32 tools returns `windows32`). In
313
# these cases, fall back to using sys.platform.
314
return 'x86_64-pc-windows-msvc'
315
+ elif kernel == 'AIX':
316
+ return 'powerpc64-ibm-aix'
317
else:
318
err = "unknown OS type: {}".format(kernel)
319
sys.exit(err)
0 commit comments