Linux: Fix 32-bit build fails with ld.gold: internal error in get_section_contents, at icf.cc:467 (issue #2256)

This commit is contained in:
Marshall Greenblatt
2017-09-12 13:21:18 -04:00
parent d8a602ed2f
commit 3f48f8ec54
2 changed files with 18 additions and 1 deletions

View File

@@ -324,6 +324,10 @@ patches = [
},
{
# Linux: Fix build errors related to dependency versions.
#
# Linux: Fix 32-bit build fails with ld.gold: internal error in
# get_section_contents, at icf.cc:467
# https://bitbucket.org/chromiumembedded/cef/issues/2256
'name': 'linux_build',
},
{