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

Unified Diff: third_party/binutils/upload.sh

Issue 1950343004: Update third_party/binutils to 2.26, add ICF fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 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
« no previous file with comments | « third_party/binutils/unlock-thin.patch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/binutils/upload.sh
diff --git a/third_party/binutils/upload.sh b/third_party/binutils/upload.sh
index 31f1a06c32eaf85d1713e61168cfb15674d8674d..d9d43cf3a88c9b7c3881271a99d3259e42bba09c 100755
--- a/third_party/binutils/upload.sh
+++ b/third_party/binutils/upload.sh
@@ -35,7 +35,7 @@ for DIR in $1/*; do
export ARCH="Linux_ia32"
;;
- */x86_64-unknown-linux-gnu)
+ */x86_64-pc-linux-gnu)
export ARCH="Linux_x64"
;;
« no previous file with comments | « third_party/binutils/unlock-thin.patch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698