Adjust comment

This commit is contained in:
Kai Luo 2023-09-13 16:08:23 +08:00
parent fc17e09029
commit 5049a7167c

View File

@ -317,8 +317,8 @@ def default_build_triple(verbose):
# so we are unable to use cputype to form triple. Since AIX 7.2 and # so we are unable to use cputype to form triple. Since AIX 7.2 and
# above supports 32-bit and 64-bit mode simultaneously and `uname -p` # above supports 32-bit and 64-bit mode simultaneously and `uname -p`
# returns `powerpc`. Currently we only supports `powerpc64-ibm-aix` in # returns `powerpc`. Currently we only supports `powerpc64-ibm-aix` in
# rust. For above reasons, kerneltype_mapper and cputype_mapper are not # rust on AIX. For above reasons, kerneltype_mapper and cputype_mapper
# used to infer AIX's triple. # are not used to infer AIX's triple.
return 'powerpc64-ibm-aix' return 'powerpc64-ibm-aix'
else: else:
err = "unknown OS type: {}".format(kernel) err = "unknown OS type: {}".format(kernel)