Make AIX known by bootstrap
This commit is contained in:
parent
367db835dc
commit
2962528b4a
1 changed files with 2 additions and 0 deletions
|
@ -312,6 +312,8 @@ def default_build_triple(verbose):
|
||||||
# non-standard string (e.g. gnuwin32 tools returns `windows32`). In
|
# non-standard string (e.g. gnuwin32 tools returns `windows32`). In
|
||||||
# these cases, fall back to using sys.platform.
|
# these cases, fall back to using sys.platform.
|
||||||
return 'x86_64-pc-windows-msvc'
|
return 'x86_64-pc-windows-msvc'
|
||||||
|
elif kernel == 'AIX':
|
||||||
|
return 'powerpc64-ibm-aix'
|
||||||
else:
|
else:
|
||||||
err = "unknown OS type: {}".format(kernel)
|
err = "unknown OS type: {}".format(kernel)
|
||||||
sys.exit(err)
|
sys.exit(err)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue