archtable 926 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # This file contains the table of known architecture strings.
  2. #
  3. # Column 1 is determined by dpkg's configure script based on the output
  4. # of the config.guess script.
  5. # Column 2 contains the Debian name for the architecture, which is returned
  6. # by ‘dpkg --print-installation-architecture’.
  7. #
  8. # <cpu-os> <Debian name>
  9. i386-linux i386
  10. ia64-linux ia64
  11. alpha-linux alpha
  12. x86_64-linux amd64
  13. arm-linux arm
  14. hppa-linux hppa
  15. m32r-linux m32r
  16. m68k-linux m68k
  17. mips-linux mips
  18. mipsel-linux mipsel
  19. powerpc-linux powerpc
  20. s390-linux s390
  21. s390x-linux s390x
  22. sh3-linux sh3
  23. sh3eb-linux sh3eb
  24. sh4-linux sh4
  25. sh4eb-linux sh4eb
  26. sparc-linux sparc
  27. i386-darwin darwin-i386
  28. powerpc-darwin darwin-powerpc
  29. i386-freebsd freebsd-i386
  30. i386-gnu hurd-i386
  31. i386-kfreebsd-gnu kfreebsd-i386
  32. x86_64-kfreebsd-gnu kfreebsd-amd64
  33. i386-knetbsd-gnu knetbsd-i386
  34. i386-netbsd netbsd-i386
  35. i386-openbsd openbsd-i386