archtable 518 B

123456789101112131415161718192021222324252627282930
  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. armeb.* 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. hppa.* hppa
  24. ia64 ia64
  25. s390 s390
  26. s390x s390x
  27. x86_64 amd64