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

Unified Diff: build/install-build-deps.sh

Issue 2650823010: Add binutils-aarch64-linux-gnu to support Linux ARM64 build. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/install-build-deps.sh
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
index a7651bf81c6f065711044ba9f4aaef1ed617f064..67d7adf106ecc8c49de53af2befecfbf6590c4bf 100755
--- a/build/install-build-deps.sh
+++ b/build/install-build-deps.sh
@@ -224,7 +224,8 @@ case $lsb_release in
fi
;;
*)
- arm_list="libc6-dev-armhf-cross
+ arm_list="binutils-aarch64-linux-gnu
+ libc6-dev-armhf-cross
linux-libc-dev-armhf-cross
${GPP_ARM_PACKAGE}"
;;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698