Skip to content

Commit e9d949a

Browse files
author
Andrew Jeddeloh
authored
Merge pull request #880 from ajeddeloh/binutils
Revert "setup_board: add workaround for binutils issue"
2 parents cebe2d1 + 02ac9cb commit e9d949a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup_board

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -339,11 +339,6 @@ if [ $FLAGS_default -eq $FLAGS_TRUE ] ; then
339339
echo $BOARD_VARIANT > "$GCLIENT_ROOT/src/scripts/.default_board"
340340
fi
341341

342-
# workaround for https://wiki.gentoo.org/wiki/Binutils_2.32_upgrade_notes/elfutils_0.175:_unable_to_initialize_decompress_status_for_section_.debug_info
343-
# can be dropped once all channels use 2.32 (i.e 2229.x.y+)
344-
sudo binutils-config 'x86_64-cros-linux-gnu-2.32'
345-
sudo binutils-config 'x86_64-pc-linux-gnu-2.32'
346-
347342
command_completed
348343
info "The SYSROOT is: ${BOARD_ROOT}"
349344

0 commit comments

Comments
 (0)