ostable 1.5 KB

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