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

Bump gcc version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-07-07 14:31:46 +02:00
parent 57b0856bc8
commit 87f661ff6c
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
VERSION="8.3.0"
VERSION="9.1.0"
SRCDIR="gcc-$VERSION"
TARBALL="gcc-$VERSION.tar.xz"
URL="http://ftp.gnu.org/gnu/gcc/gcc-$VERSION"
SHA256SUM="64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c"
SHA256SUM="79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0"
DEPENDS="tc-binutils linux-dev fortify-headers"
prepare() {

View file

@ -4,4 +4,4 @@ dir lib 0755 0 0
file lib/libstdc++.a 0644 0 0
file lib/libstdc++fs.a 0644 0 0
file lib/libsupc++.a 0644 0 0
slink lib/libstdc++.so 0777 0 0 libstdc++.so.6.0.25
slink lib/libstdc++.so 0777 0 0 libstdc++.so.6.0.26

View file

@ -1,3 +1,3 @@
dir lib 0755 0 0
file lib/libstdc++.so.6.0.25 0755 0 0
slink lib/libstdc++.so.6 0777 0 0 libstdc++.so.6.0.25
file lib/libstdc++.so.6.0.26 0755 0 0
slink lib/libstdc++.so.6 0777 0 0 libstdc++.so.6.0.26