ostable 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Version=1.0
  2. #
  3. # This file contains the table of known operating system names.
  4. #
  5. # Architecture names are formed as a combination of the system name
  6. # (from this table) and CPU name (from cputable) after mapping from
  7. # the Debian triplet (from triplettable).
  8. #
  9. # - Column 1 is the Debian name for the system, used to form the system part
  10. # in the Debian triplet.
  11. # - Column 2 is the GNU name for the system, used to output build, host and
  12. # target variables in ‘dpkg-architecture’.
  13. # - Column 3 is an extended regular expression used to match against the
  14. # system part of the output of the GNU config.guess script.
  15. #
  16. # <Debian name> <GNU name> <config.guess regex>
  17. uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi
  18. uclibc-linux linux-uclibc linux[^-]*-uclibc
  19. musleabihf-linux linux-musleabihf linux[^-]*-musleabihf
  20. musl-linux linux-musl linux[^-]*-musl
  21. gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf
  22. gnueabi-linux linux-gnueabi linux[^-]*-gnueabi
  23. gnuabin32-linux linux-gnuabin32 linux[^-]*-gnuabin32
  24. gnuabi64-linux linux-gnuabi64 linux[^-]*-gnuabi64
  25. gnuspe-linux linux-gnuspe linux[^-]*-gnuspe
  26. gnux32-linux linux-gnux32 linux[^-]*-gnux32
  27. gnu-linux linux-gnu linux[^-]*(-gnu.*)?
  28. gnueabihf-kfreebsd kfreebsd-gnueabihf kfreebsd[^-]*-gnueabihf
  29. gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)?
  30. gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)?
  31. gnu-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-gnu.*)?
  32. gnu-hurd gnu gnu[^-]*
  33. bsd-darwin darwin darwin[^-]*
  34. bsd-dragonflybsd dragonflybsd dragonfly[^-]*
  35. bsd-freebsd freebsd freebsd[^-]*
  36. bsd-netbsd netbsd netbsd[^-]*
  37. bsd-openbsd openbsd openbsd[^-]*
  38. sysv-aix aix aix[^-]*
  39. sysv-solaris solaris solaris[^-]*
  40. uclibceabi-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi
  41. uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)?
  42. tos-mint mint mint[^-]*