]>
Commit | Line | Data |
---|---|---|
da6ee469 JF |
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 | |
11 | [^-]*-kfreebsd.*-gnu kfreebsd | |
12 | [^-]*-knetbsd.*-gnu knetbsd | |
13 | [^-]*-gnu[^-]* hurd | |
fe23a696 | 14 | [^-]*-darwin9 iphoneos |
26ca0445 | 15 | [^-]*-darwin darwin |
da6ee469 JF |
16 | |
17 | # These are samples. | |
18 | hp-hpux[^-]* hp-ux | |
19 | sun-solaris[^-]* solaris | |
20 | [^-]*-openbsd[^-]* openbsd | |
21 | ||
22 | # Catch all | |
23 | .* unknown |