cputable 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # This file contains the table of known CPU names.
  2. #
  3. # Architecture names are formed as a combination of the system name
  4. # (from ostable) and CPU name (from this table). A list of architecture
  5. # names in the Debian ‘sid’ distribution can be found in the archtable
  6. # file.
  7. #
  8. # Column 1 is the Debian name for the CPU, used to form the architecture
  9. # name.
  10. # Column 2 is the GNU name for the CPU, used to output build and host
  11. # targets in ‘dpkg-architecture’.
  12. # Column 3 is an extended regular expression used to match against the
  13. # CPU part of the output of the GNU config.guess script.
  14. #
  15. # <Debian name> <GNU name> <config.guess regex>
  16. i386 i486 (i[3456]86|pentium)
  17. ia64 ia64 ia64
  18. alpha alpha alpha.*
  19. amd64 x86_64 x86_64
  20. armeb armeb arm.*b
  21. arm arm arm.*
  22. hppa hppa hppa.*
  23. m32r m32r m32r
  24. m68k m68k m68k
  25. mips mips mips(eb)?
  26. mipsel mipsel mipsel
  27. powerpc powerpc (powerpc|ppc)
  28. ppc64 powerpc64 (powerpc|ppc)64
  29. s390 s390 s390
  30. s390x s390x s390x
  31. sh3 sh3 sh3
  32. sh3eb sh3eb sh3eb
  33. sh4 sh4 sh4
  34. sh4eb sh4eb sh4eb
  35. sparc sparc sparc(64)?