AIX 7.2是否被某个Go版本支持?

huangapple go评论115阅读模式
英文:

Is AIX 7.2 supported by some version of Go?

问题

我正在使用IBM AIX 7.2,现在我想在上面使用Go语言。

是否有支持AIX 7.2的gc版本(不是gccgo)?

英文:

I am working on IBM AIX 7.2, and now I want to use Go on it.

Is there any gc (not gccgo) version that supports AIX 7.2?

答案1

得分: 2

运行以下命令以查看支持的架构:

  1. go tool dist list

输出结果:

  1. aix/ppc64
  2. android/386
  3. android/amd64
  4. android/arm
  5. android/arm64
  6. darwin/amd64
  7. darwin/arm64
  8. dragonfly/amd64
  9. freebsd/386
  10. freebsd/amd64
  11. freebsd/arm
  12. freebsd/arm64
  13. illumos/amd64
  14. ios/amd64
  15. ios/arm64
  16. js/wasm
  17. linux/386
  18. linux/amd64
  19. linux/arm
  20. linux/arm64
  21. linux/mips
  22. linux/mips64
  23. linux/mips64le
  24. linux/mipsle
  25. linux/ppc64
  26. linux/ppc64le
  27. linux/riscv64
  28. linux/s390x
  29. netbsd/386
  30. netbsd/amd64
  31. netbsd/arm
  32. netbsd/arm64
  33. openbsd/386
  34. openbsd/amd64
  35. openbsd/arm
  36. openbsd/arm64
  37. openbsd/mips64
  38. plan9/386
  39. plan9/amd64
  40. plan9/arm
  41. solaris/amd64
  42. windows/386
  43. windows/amd64
  44. windows/arm
  45. windows/arm64
英文:

Run this command to see supported Architectures

  1. go tool dist list

output:

  1. aix/ppc64
  2. android/386
  3. android/amd64
  4. android/arm
  5. android/arm64
  6. darwin/amd64
  7. darwin/arm64
  8. dragonfly/amd64
  9. freebsd/386
  10. freebsd/amd64
  11. freebsd/arm
  12. freebsd/arm64
  13. illumos/amd64
  14. ios/amd64
  15. ios/arm64
  16. js/wasm
  17. linux/386
  18. linux/amd64
  19. linux/arm
  20. linux/arm64
  21. linux/mips
  22. linux/mips64
  23. linux/mips64le
  24. linux/mipsle
  25. linux/ppc64
  26. linux/ppc64le
  27. linux/riscv64
  28. linux/s390x
  29. netbsd/386
  30. netbsd/amd64
  31. netbsd/arm
  32. netbsd/arm64
  33. openbsd/386
  34. openbsd/amd64
  35. openbsd/arm
  36. openbsd/arm64
  37. openbsd/mips64
  38. plan9/386
  39. plan9/amd64
  40. plan9/arm
  41. solaris/amd64
  42. windows/386
  43. windows/amd64
  44. windows/arm
  45. windows/arm64

huangapple
  • 本文由 发表于 2022年3月29日 12:24:34
  • 转载请务必保留本文链接:https://go.coder-hub.com/71656425.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定