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 |