mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump gcc version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
259005f7ed
commit
16e7c6da93
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="8.1.0"
|
||||
VERSION="8.2.0"
|
||||
SRCDIR="gcc-$VERSION"
|
||||
TARBALL="gcc-$VERSION.tar.xz"
|
||||
URL="http://ftp.gnu.org/gnu/gcc/gcc-$VERSION"
|
||||
SHA256SUM="1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153"
|
||||
SHA256SUM="196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080"
|
||||
DEPENDS="tc-binutils tc-cloog tc-gmp tc-isl tc-mpc tc-mpfr linux_headers"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue