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

Unified Diff: build/toolchain/linux/BUILD.gn

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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 | « build/toolchain/android/BUILD.gn ('k') | pkg/pkg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/linux/BUILD.gn
diff --git a/build/toolchain/linux/BUILD.gn b/build/toolchain/linux/BUILD.gn
index 79313f34b2532e1cf7d5cef641ca7bfdf2a6bb0a..7ad72ac34db467fe3ac15f8f2a1bde8fb94cc7be 100644
--- a/build/toolchain/linux/BUILD.gn
+++ b/build/toolchain/linux/BUILD.gn
@@ -126,17 +126,3 @@ gcc_toolchain("x64") {
toolchain_os = "linux"
is_clang = false
}
-
-gcc_toolchain("mipsel") {
- cc = "${compiler_prefix}${toolchain_prefix}gcc"
- cxx = "${compiler_prefix}${toolchain_prefix}g++"
- ar = "${toolchain_prefix}ar"
- ld = cxx
- readelf = "${toolchain_prefix}readelf"
- nm = "${toolchain_prefix}nm"
- strip = "${toolchain_prefix}strip"
-
- toolchain_cpu = "${target_cpu}"
- toolchain_os = "linux"
- is_clang = is_clang
-}
« no previous file with comments | « build/toolchain/android/BUILD.gn ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698