[go: up one dir, main page]

File: ostable

package info (click to toggle)
dpkg 1.14.31
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 27,324 kB
  • ctags: 3,001
  • sloc: ansic: 16,940; perl: 11,330; sh: 5,556; cpp: 4,448; makefile: 627; lex: 180; sed: 16
file content (27 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file contains the table of known operating system names.
#
# Architecture names are formed as a combination of the system name
# (from this table) and CPU name (from cputable) after mapping from
# the Debian triplet (from triplettable). A list of architecture
# names in the Debian ‘sid’ distribution can be found in the archtable
# file.
#
# Column 1 is the Debian name for the system, used to form the system part
# in the Debian triplet.
# Column 2 is the GNU name for the system, used to output build and host
# targets in ‘dpkg-architecture’.
# Column 3 is an extended regular expression used to match against the
# system part of the output of the GNU config.guess script.
#
# <Debian name>	<GNU name>	<config.guess regex>
gnueabi-linux	linux-gnueabi	linux[^-]*-gnueabi
gnulp-linux	linux-gnulp	linux[^-]*-gnulp
gnu-linux	linux-gnu	linux[^-]*(-gnu.*)?
gnu-kfreebsd	kfreebsd-gnu	kfreebsd[^-]*(-gnu.*)?
gnu-knetbsd	knetbsd-gnu	knetbsd[^-]*(-gnu.*)?
gnu-hurd	gnu		gnu[^-]*
bsd-darwin	darwin		darwin[^-]*
bsd-freebsd	freebsd		freebsd[^-]*
bsd-netbsd	netbsd		netbsd[^-]*
bsd-openbsd	openbsd		openbsd[^-]*
sysv-solaris	solaris		solaris[^-]*