diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:58:51 +0000 |
commit | cbffab246997fb5a06211dfb706b54e5ae5bb59f (patch) | |
tree | 0573c5d96f58d74d76a49c0f2a70398e389a36d3 /data/ostable | |
parent | Initial commit. (diff) | |
download | dpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.tar.xz dpkg-cbffab246997fb5a06211dfb706b54e5ae5bb59f.zip |
Adding upstream version 1.21.22.upstream/1.21.22upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'data/ostable')
-rw-r--r-- | data/ostable | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/ostable b/data/ostable new file mode 100644 index 0000000..7fd2bff --- /dev/null +++ b/data/ostable @@ -0,0 +1,45 @@ +# Version=2.0 +# +# 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 arch tuple (from tupletable). +# +# - Column 1 is the Debian name for the system, used to form the system part +# in the Debian arch tuple. +# - Column 2 is the GNU name for the system, used to output build, host and +# target variables in ‘dpkg-architecture’. +# - Column 3 is an extended regular expression used to fully match against +# the system part of the output of the GNU config.guess script. The order +# of this column is important when using wildcards as it is used in a first +# match basis. +# +# <Debian name> <GNU name> <config.guess regex> +eabi-uclibc-linux linux-uclibceabi linux[^-]*-uclibceabi +base-uclibc-linux linux-uclibc linux[^-]*-uclibc +eabihf-musl-linux linux-musleabihf linux[^-]*-musleabihf +base-musl-linux linux-musl linux[^-]*-musl +eabihf-gnu-linux linux-gnueabihf linux[^-]*-gnueabihf +eabi-gnu-linux linux-gnueabi linux[^-]*-gnueabi +abin32-gnu-linux linux-gnuabin32 linux[^-]*-gnuabin32 +abi64-gnu-linux linux-gnuabi64 linux[^-]*-gnuabi64 +spe-gnu-linux linux-gnuspe linux[^-]*-gnuspe +x32-gnu-linux linux-gnux32 linux[^-]*-gnux32 +ilp32-gnu-linux linux-gnu_ilp32 linux[^-]*-gnu_ilp32 +base-gnu-linux linux-gnu linux[^-]*(-gnu.*)? +eabihf-gnu-kfreebsd kfreebsd-gnueabihf kfreebsd[^-]*-gnueabihf +base-gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? +base-gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)? +base-gnu-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-gnu.*)? +base-gnu-hurd gnu gnu[^-]* +base-bsd-darwin darwin darwin[^-]* +base-bsd-dragonflybsd dragonflybsd dragonfly[^-]* +base-bsd-freebsd freebsd freebsd[^-]* +base-bsd-netbsd netbsd netbsd[^-]* +base-bsd-openbsd openbsd openbsd[^-]* +base-sysv-aix aix aix[^-]* +base-sysv-solaris solaris solaris[^-]* +eabi-uclibc-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi +base-uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)? +base-tos-mint mint mint[^-]* |