archtable 504 B

1234567891011121314151617181920212223242526272829
  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.* arm
  13. powerpc powerpc
  14. ppc powerpc
  15. powerpc64 ppc64
  16. mipsel mipsel
  17. mipseb mips
  18. mips mips
  19. sheb sheb
  20. shel sh
  21. sh sh
  22. hppa.* hppa
  23. ia64 ia64
  24. s390 s390
  25. s390x s390x
  26. x86_64 amd64