ostable 932 B

123456789101112131415161718192021222324
  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). A list of architecture
  5. # names in the Debian ‘sid’ distribution can be found in the archtable
  6. # file.
  7. #
  8. # Column 1 is the Debian name for the system, used to form the
  9. # architecture name.
  10. # Column 2 is the GNU name for the system, used to output build and host
  11. # targets in ‘dpkg-architecture’.
  12. # Column 3 is an extended regular expression used to match against the
  13. # system part of the output of the GNU config.guess script.
  14. #
  15. # <Debian name> <GNU name> <config.guess regex>
  16. linux linux-gnu linux[^-]*(-gnu.*)?
  17. darwin darwin darwin[^-]*
  18. freebsd freebsd freebsd[^-]*
  19. kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)?
  20. knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)?
  21. netbsd netbsd netbsd[^-]*
  22. openbsd openbsd openbsd[^-]*
  23. hurd gnu gnu[^-]*