Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 2962528

Browse files
author
Kai Luo
committed
Make AIX known by bootstrap
1 parent 367db83 commit 2962528

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bootstrap/bootstrap.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ def default_build_triple(verbose):
312312
# non-standard string (e.g. gnuwin32 tools returns `windows32`). In
313313
# these cases, fall back to using sys.platform.
314314
return 'x86_64-pc-windows-msvc'
315+
elif kernel == 'AIX':
316+
return 'powerpc64-ibm-aix'
315317
else:
316318
err = "unknown OS type: {}".format(kernel)
317319
sys.exit(err)

0 commit comments

Comments
 (0)