Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(392)

Side by Side Diff: third_party/dpkg-dev/ostable

Issue 2411423002: Linux build: Use sysroot when calculating dependencies (Closed)
Patch Set: Update expected_deps Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/dpkg-dev/cputable ('k') | third_party/dpkg-dev/scripts/Dpkg.pm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file contains the table of known operating system names.
2 #
3 # Architecture names are formed as a combination of the system name
4 # (from this table) and CPU name (from cputable) after mapping from
5 # the Debian triplet (from triplettable).
6 #
7 # Column 1 is the Debian name for the system, used to form the system part
8 # in the Debian triplet.
9 # Column 2 is the GNU name for the system, used to output build and host
10 # targets in ‘dpkg-architecture’.
11 # Column 3 is an extended regular expression used to match against the
12 # system part of the output of the GNU config.guess script.
13 #
14 # <Debian name> <GNU name> <config.guess regex>
15 uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi
16 uclibc-linux linux-uclibc linux[^-]*-uclibc
17 musleabihf-linux linux-musleabihf linux[^-]*-musleabihf
18 musl-linux linux-musl linux[^-]*-musl
19 gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf
20 gnueabi-linux linux-gnueabi linux[^-]*-gnueabi
21 gnuabin32-linux linux-gnuabin32 linux[^-]*-gnuabin32
22 gnuabi64-linux linux-gnuabi64 linux[^-]*-gnuabi64
23 gnuspe-linux linux-gnuspe linux[^-]*-gnuspe
24 gnux32-linux linux-gnux32 linux[^-]*-gnux32
25 gnulp-linux linux-gnulp linux[^-]*-gnulp
26 gnu-linux linux-gnu linux[^-]*(-gnu.*)?
27 gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)?
28 gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)?
29 gnu-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-gnu.*)?
30 gnu-hurd gnu gnu[^-]*
31 bsd-darwin darwin darwin[^-]*
32 bsd-freebsd freebsd freebsd[^-]*
33 bsd-netbsd netbsd netbsd[^-]*
34 bsd-openbsd openbsd openbsd[^-]*
35 sysv-solaris solaris solaris[^-]*
36 uclibceabi-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi
37 uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)?
38 tos-mint mint mint[^-]*
OLDNEW
« no previous file with comments | « third_party/dpkg-dev/cputable ('k') | third_party/dpkg-dev/scripts/Dpkg.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698