GNU GCC 4.0.4

This commit is contained in:
Andrius Štikonas 2021-03-20 21:23:07 +00:00
parent 30ebe8ccba
commit f5c262e370
6 changed files with 117 additions and 6 deletions

View file

@ -261,6 +261,9 @@ get_file https://ftp.gnu.org/gnu/bash/bash-5.1.tar.gz
# automake 1.9.6
get_file https://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.bz2
# gcc 4.0.4
get_file https://ftp.gnu.org/gnu/gcc/gcc-4.0.4/gcc-core-4.0.4.tar.bz2 0 gcc-4.0.4.tar.bz2
# General cleanup
find tmp -name .git -exec rm -rf \;