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

Unified Diff: third_party/dpkg-dev/ostable

Issue 2425693003: Revert of Linux build: Use sysroot when calculating dependencies (Closed)
Patch Set: 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dpkg-dev/ostable
diff --git a/third_party/dpkg-dev/ostable b/third_party/dpkg-dev/ostable
deleted file mode 100644
index 29d3843640006c340ccb6c6c07a9eee3f32a9cc0..0000000000000000000000000000000000000000
--- a/third_party/dpkg-dev/ostable
+++ /dev/null
@@ -1,38 +0,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 triplet (from triplettable).
-#
-# 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>
-uclibceabi-linux linux-uclibceabi linux[^-]*-uclibceabi
-uclibc-linux linux-uclibc linux[^-]*-uclibc
-musleabihf-linux linux-musleabihf linux[^-]*-musleabihf
-musl-linux linux-musl linux[^-]*-musl
-gnueabihf-linux linux-gnueabihf linux[^-]*-gnueabihf
-gnueabi-linux linux-gnueabi linux[^-]*-gnueabi
-gnuabin32-linux linux-gnuabin32 linux[^-]*-gnuabin32
-gnuabi64-linux linux-gnuabi64 linux[^-]*-gnuabi64
-gnuspe-linux linux-gnuspe linux[^-]*-gnuspe
-gnux32-linux linux-gnux32 linux[^-]*-gnux32
-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-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-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[^-]*
-uclibceabi-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi
-uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)?
-tos-mint mint mint[^-]*
« 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