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

Unified Diff: third_party/dpkg-dev/abitable

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/dpkg-dev/README.chromium ('k') | third_party/dpkg-dev/cputable » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/dpkg-dev/abitable
diff --git a/third_party/dpkg-dev/abitable b/third_party/dpkg-dev/abitable
new file mode 100644
index 0000000000000000000000000000000000000000..300a1ab1ab3cd948b40a69e8bea05156e5f918a5
--- /dev/null
+++ b/third_party/dpkg-dev/abitable
@@ -0,0 +1,11 @@
+# This file contains the table of arch ABI attribute overrides.
+#
+# If the ABI is not present here then the attribute information for a
+# Debian triplet matches the one on the cputable.
+#
+# Column 1 is the Debian name for the ABI.
+# Column 2 is the size (in bits) of the ABI integers/pointers.
+#
+# <Debian name> <Bits>
+gnuabin32 32
+gnux32 32
« no previous file with comments | « third_party/dpkg-dev/README.chromium ('k') | third_party/dpkg-dev/cputable » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698