Make AIX known by bootstrap
This commit is contained in:
parent
367db835dc
commit
2962528b4a
@ -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…
x
Reference in New Issue
Block a user