File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,9 +314,9 @@ def default_build_triple(verbose):
314314 return 'x86_64-pc-windows-msvc'
315315 elif kernel == 'AIX' :
316316 # `uname -m` returns the machine ID rather than machine hardware on AIX,
317- # so we are unable to use cputype to form triple. Since AIX 7.2 and
317+ # so we are unable to use cputype to form triple. AIX 7.2 and
318318 # above supports 32-bit and 64-bit mode simultaneously and `uname -p`
319- # returns `powerpc`. Currently we only supports `powerpc64-ibm-aix` in
319+ # returns `powerpc`, however we only supports `powerpc64-ibm-aix` in
320320 # rust on AIX. For above reasons, kerneltype_mapper and cputype_mapper
321321 # are not used to infer AIX's triple.
322322 return 'powerpc64-ibm-aix'
You can’t perform that action at this time.
0 commit comments