archtable 604 B

12345678910111213141516171819202122232425262728293031323334
  1. # This file contains a table of known architecture strings, with
  2. # things to map them to. `configure' will take the output of the
  3. # autoconf cannon macros and look in here. This only deals with architecture
  4. # (CPU) names.
  5. # The left side is a regex for awk
  6. i.86 i386
  7. pentium i386
  8. sparc sparc
  9. sparc64 sparc
  10. alpha.* alpha
  11. m68k m68k
  12. arm.*b armeb
  13. arm.* arm
  14. powerpc powerpc
  15. ppc powerpc
  16. powerpc64 ppc64
  17. mipsel mipsel
  18. mipseb mips
  19. mips mips
  20. sheb sheb
  21. shel sh
  22. sh sh
  23. sh3 sh3
  24. sh4 sh4
  25. m32r m32r
  26. hppa.* hppa
  27. ia64 ia64
  28. s390 s390
  29. s390x s390x
  30. x86_64 amd64
  31. # lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)