cputable 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  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. arm arm arm.*
  21. hppa hppa hppa.*
  22. m32r m32r m32r
  23. m68k m68k m68k
  24. mips mips mips(eb)?
  25. mipsel mipsel mipsel
  26. powerpc powerpc (powerpc|ppc)
  27. ppc64 powerpc64 (powerpc|ppc)64
  28. s390 s390 s390
  29. s390x s390x s390x
  30. sh3 sh3 sh3
  31. sh3eb sh3eb sh3eb
  32. sh4 sh4 sh4
  33. sh4eb sh4eb sh4eb
  34. sparc sparc sparc(64)?