start binutils

This commit is contained in:
Paul Dersey 2021-02-24 09:38:10 -05:00 committed by Andrius Štikonas
parent 6a6c5acf1c
commit 21096f6ff2
5 changed files with 30 additions and 0 deletions

View file

@ -213,6 +213,9 @@ get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz
# autoconf 2.12
get_file https://ftp.gnu.org/gnu/autoconf/autoconf-2.12.tar.gz
# binutils 2.14
get_file https://ftp.gnu.org/gnu/binutils/binutils-2.14.tar.bz2
# General cleanup
find tmp -name .git -exec rm -rf \;