]> git.saurik.com Git - apt.git/blame - buildlib/ostable
* Fix typo in error message when encountering unknown t...
[apt.git] / buildlib / ostable
CommitLineData
b2e465d6
AL
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
9# These are used by Debian
10[^-]*-linux-.* linux
a2a43337 11[^-]*-kfreebsd.*-gnu freebsd
880bf61d 12[^-]*-knetbsd.*-gnu netbsd
b2e465d6
AL
13[^-]*-gnu[^-]* hurd
14
15# These are samples.
16hp-hpux[^-]* hp-ux
17sun-solaris[^-]* solaris
18[^-]*-openbsd[^-]* openbsd
19
20# Catch all
21.* unknown