ostable 663 B

12345678910111213141516171819202122
  1. # This file contains a table of known vendor-os 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
  4. # OS names. The right should be a common name like the arch table
  5. # generates
  6. # The final bit to build the Debian Architecture is done in init.cc
  7. # The left side is a regex for awk, and the first match is used.
  8. # These are used by Debian
  9. [^-]*-linux-.* linux
  10. [^-]*-kfreebsd.*-gnu kfreebsd
  11. [^-]*-knetbsd.*-gnu knetbsd
  12. [^-]*-gnu[^-]* hurd
  13. # These are samples.
  14. hp-hpux[^-]* hp-ux
  15. sun-solaris[^-]* solaris
  16. [^-]*-openbsd[^-]* openbsd
  17. # Catch all
  18. .* unknown