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

Unified Diff: third_party/binutils/build-all.sh

Issue 596853002: [Gold] Fix race condition on parallel link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/README.chromium ('k') | third_party/binutils/ehframe.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/binutils/build-all.sh
diff --git a/third_party/binutils/build-all.sh b/third_party/binutils/build-all.sh
index fe49e6db2cff04f3198d9fd28a0dac1f3b735067..fc00db19921463bae49642f8fb3c776c10ecd6c5 100755
--- a/third_party/binutils/build-all.sh
+++ b/third_party/binutils/build-all.sh
@@ -43,7 +43,7 @@ if [ ! -d binutils-$VERSION ]; then
# Patch the source
(
cd binutils-$VERSION
- patch -p1 < ../ehframe.patch
+ patch -p1 < ../ehframe-race.patch
)
fi
« no previous file with comments | « third_party/binutils/README.chromium ('k') | third_party/binutils/ehframe.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698