archtable 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. alphapca56-linux-gnu alpha alpha
  21. alphaev6-linux-gnu alpha alpha
  22. alphaev67-linux-gnu alpha alpha
  23. alphaev68-linux-gnu alpha alpha
  24. m68k-linux-gnu m68k m68k
  25. arm-linux-gnu arm arm
  26. armv3l-linux-gnu arm arm
  27. armv4l-linux-gnu arm arm
  28. ppc-linux-gnu powerpc powerpc
  29. powerpc-linux-gnu powerpc powerpc
  30. powerpc powerpc powerpc
  31. mips-linux-gnu mips mips
  32. mipsel-linux-gnu mipsel mipsel
  33. mipseb-linux-gnu mips mips
  34. i386-gnu hurd-i386 undefined
  35. i386-gnu0.2 hurd-i386 undefined
  36. i386-gnu0.3 hurd-i386 undefined
  37. i486-gnu0.3 hurd-i386 undefined
  38. i586-gnu0.3 hurd-i386 undefined
  39. i686-gnu0.3 hurd-i386 undefined
  40. ia64-linux-gnu ia64 ia64
  41. ia64-unknown-linux ia64 ia64
  42. sh3-linux-gnu sh3 sh3
  43. sh4-linux-gnu sh4 sh4
  44. sh3eb-linux-gnu sh3eb sh3eb
  45. sh4eb-linux-gnu sh4eb sh4eb
  46. hppa-linux-gnu hppa hppa
  47. hppa1.1-linux-gnu hppa hppa
  48. hppa2.0-linux-gnu hppa hppa
  49. hppa64-linux-gnu hppa hppa
  50. i386-freebsd freebsd-i386 freebsd-i386
  51. i386-kfreebsd-gnu freebsd-i386 freebsd-i386
  52. i386-netbsdelf-gnu netbsd-i386 netbsd-i386
  53. s390-linux-gnu s390 s390
  54. s390-ibm-linux-gnu s390 s390
  55. s390-unknown-linux-gnu s390 s390
  56. i386-openbsd openbsd-i386 openbsd-i386
  57. i386-unknown-openbsd openbsd-i386 openbsd-i386
  58. powerpc-darwin darwin-powerpc darwin-powerpc
  59. i386-darwin darwin-i386 darwin-i386
  60. s390x-linux-gnu s390x s390x
  61. s390x-ibm-linux-gnu s390x s390x
  62. s390x-unknown-linux-gnu s390x s390x