1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-17 03:06:12 +02:00

Bump gcc version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-05-07 16:28:07 +02:00
parent 02f73edff8
commit a21ae85b50

View file

@ -1,8 +1,8 @@
VERSION="7.3.0"
VERSION="8.1.0"
SRCDIR="gcc-$VERSION"
TARBALL="gcc-$VERSION.tar.xz"
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"
prepare() {