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

Unified Diff: tools/sdks/README

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Rebase Created 3 years, 7 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
Index: tools/sdks/README
diff --git a/tools/sdks/README b/tools/sdks/README
index 919ee359e514ba22cdb6e77bc6834949584f35c1..3e9780fead7e6d9f2a3cfb27045620a21256229e 100644
--- a/tools/sdks/README
+++ b/tools/sdks/README
@@ -9,13 +9,13 @@ the subdirectories to have the special names "linux", "win", and "mac", which
the download script is hardcoded to recognize.
The linux SDK has three extra dart executables added to the bin directory.
-'dart-mips', 'dart-arm', and 'dart-arm64' are executables compiled to run on
-mips, arm, and arm64 (aarch64) processors, respectively. We are currently
-using the 32-bit ia32 build as the default on linux, windows, and macos.
+'dart-arm', and 'dart-arm64' are executables compiled to run on arm, and
+arm64 (aarch64) processors, respectively. We are currently using the 32-bit ia32
+build as the default on linux, windows, and macos.
To upload new versions of these tar files, use the "upload_to_google_storage"
tool in depot_tools, and download the new stable SDKs from the dartlang.org
-web page. The mips and arm executables must be copied from the machines that
+web page. The arm executables must be copied from the machines that
build them, and stripped. Because these SDKs are used for the presubmit
dartfmt check on changed files, they may need to be updated often when
dartfmt is changing rapidly.

Powered by Google App Engine
This is Rietveld 408576698