archtable 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # This file contains a table of known architecture strings, with
  2. # things to map them to.
  3. #
  4. # Column 1 contains the $target_cpu-$target_os string as determined
  5. # by configure.
  6. # Column 2 contains the Debian architecture string, which is
  7. # returned by `dpkg --print-installation-architecture'.
  8. # Column 3 is returned by `dpkg --print-architecture'.
  9. i386-linux-gnu i386 i486
  10. i486-linux-gnu i386 i486
  11. i586-linux-gnu i386 i486
  12. i686-linux-gnu i386 i486
  13. pentium-linux-gnu i386 i486
  14. sparc-linux-gnu sparc sparc
  15. sparc64-linux-gnu sparc sparc
  16. alpha-linux-gnu alpha alpha
  17. alphaev4-linux-gnu alpha alpha
  18. alphaev5-linux-gnu alpha alpha
  19. alphaev56-linux-gnu alpha alpha
  20. alphaev6-linux-gnu alpha alpha
  21. alphaev67-linux-gnu alpha alpha
  22. alphapca56-linux-gnu alpha alpha
  23. m68k-linux-gnu m68k m68k
  24. arm-linux-gnu arm arm
  25. armv3l-linux-gnu arm arm
  26. armv4l-linux-gnu arm arm
  27. ppc-linux-gnu powerpc powerpc
  28. powerpc-linux-gnu powerpc powerpc
  29. powerpc powerpc powerpc
  30. mips-linux-gnu mips mips
  31. mipsel-linux-gnu mipsel mipsel
  32. mipseb-linux-gnu mips mips
  33. i386-gnu hurd-i386 undefined
  34. i386-gnu0.2 hurd-i386 undefined
  35. i386-gnu0.3 hurd-i386 undefined
  36. i486-gnu0.3 hurd-i386 undefined
  37. i586-gnu0.3 hurd-i386 undefined
  38. i686-gnu0.3 hurd-i386 undefined
  39. ia64-linux-gnu ia64 ia64
  40. ia64-unknown-linux ia64 ia64
  41. sh3-linux-gnu sh3 sh3
  42. sh4-linux-gnu sh4 sh4
  43. sh3eb-linux-gnu sh3eb sh3eb
  44. sh4eb-linux-gnu sh4eb sh4eb
  45. hppa-linux-gnu hppa hppa
  46. hppa1.1-linux-gnu hppa hppa
  47. hppa2.0-linux-gnu hppa hppa
  48. hppa64-linux-gnu hppa hppa
  49. i386-freebsd freebsd-i386 freebsd-i386
  50. i386-netbsdelf-gnu netbsd-i386 netbsd-i386
  51. s390-linux-gnu s390 s390
  52. s390-ibm-linux-gnu s390 s390
  53. s390-unknown-linux-gnu s390 s390
  54. i386-openbsd2.8 openbsd-i386 i386
  55. powerpc-darwin darwin-powerpc darwin-powerpc
  56. i386-darwin darwin-i386 darwin-i386
  57. s390x-linux-gnu s390x s390x
  58. s390x-ibm-linux-gnu s390x s390x
  59. s390x-unknown-linux-gnu s390x s390x