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

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

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/scripts/dpkg-shlibdeps.pl ('k') | tools/checklicenses/checklicenses.py » ('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 # Bidirectional mapping between a Debian triplet and a Debian arch.
2 #
3 # Supported variables: <cpu>
4 #
5 # <Debian triplet> <Debian arch>
6 uclibceabi-linux-arm uclibc-linux-armel
7 uclibc-linux-<cpu> uclibc-linux-<cpu>
8 musleabihf-linux-arm musl-linux-armhf
9 musl-linux-<cpu> musl-linux-<cpu>
10 gnueabihf-linux-arm armhf
11 gnueabi-linux-arm armel
12 gnuabin32-linux-mips64el mipsn32el
13 gnuabin32-linux-mips64 mipsn32
14 gnuabi64-linux-mips64el mips64el
15 gnuabi64-linux-mips64 mips64
16 gnuspe-linux-powerpc powerpcspe
17 gnux32-linux-amd64 x32
18 gnulp-linux-i386 lpia
19 gnu-linux-<cpu> <cpu>
20 gnu-kfreebsd-<cpu> kfreebsd-<cpu>
21 gnu-knetbsd-<cpu> knetbsd-<cpu>
22 gnu-kopensolaris-<cpu> kopensolaris-<cpu>
23 gnu-hurd-<cpu> hurd-<cpu>
24 bsd-freebsd-<cpu> freebsd-<cpu>
25 bsd-openbsd-<cpu> openbsd-<cpu>
26 bsd-netbsd-<cpu> netbsd-<cpu>
27 bsd-darwin-<cpu> darwin-<cpu>
28 sysv-solaris-<cpu> solaris-<cpu>
29 uclibceabi-uclinux-arm uclinux-armel
30 uclibc-uclinux-<cpu> uclinux-<cpu>
31 tos-mint-m68k mint-m68k
OLDNEW
« no previous file with comments | « third_party/dpkg-dev/scripts/dpkg-shlibdeps.pl ('k') | tools/checklicenses/checklicenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698