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