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

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

Issue 2870673004: binutils: Add ICF alignment fix. (Closed)
Patch Set: Created 3 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/README.chromium ('k') | third_party/binutils/icf-align.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 b203699f24fb644609af1028a4cce51f20c97886..1e3d4ebd81d187ff0842d04a153e37df4451642e 100755
--- a/third_party/binutils/build-all.sh
+++ b/third_party/binutils/build-all.sh
@@ -56,6 +56,11 @@ tar jxf binutils-$VERSION.tar.bz2
patch -p1 < ../icf-rel.patch
echo "----------------------------------"
echo
+ echo "icf-align.patch"
+ echo "=================================="
+ patch -p1 < ../icf-align.patch
+ echo "----------------------------------"
+ echo
)
for ARCH in i386 amd64; do
« no previous file with comments | « third_party/binutils/README.chromium ('k') | third_party/binutils/icf-align.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698