diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-21 10:33:50 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-21 10:33:50 +0100 |
commit | 45d4b89c80c03289d2f7709a45afd6338dd07675 (patch) | |
tree | f2888b5d24febcc39e899d857f9d2001ea862da4 /pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD | |
parent | db201b39f01c08092accb8191ef624911523328d (diff) | |
download | abslibre-45d4b89c80c03289d2f7709a45afd6338dd07675.tar.gz abslibre-45d4b89c80c03289d2f7709a45afd6338dd07675.tar.bz2 abslibre-45d4b89c80c03289d2f7709a45afd6338dd07675.zip |
pcr/riscv64-*: updated gcc to newer snapshot, updated glibc to upstream
Diffstat (limited to 'pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD')
-rw-r--r-- | pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD b/pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD index e8456694d..ed88ed36b 100644 --- a/pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD +++ b/pcr/riscv64-linux-gnu-gcc-bootstrap/PKGBUILD @@ -9,10 +9,10 @@ _target=riscv64-linux-gnu pkgname=$_target-gcc-bootstrap -pkgver=7.3.0 +pkgver=7.3.1 _islver=0.18 -pkgrel=1 -_snapshot=7-20180125 +pkgrel=2 +_snapshot=7-20180215 pkgdesc='The GNU Compiler Collection - cross compiler for riscv64 target - bootstrap version. only used to build initial glibc and compiler' arch=(x86_64) url='http://gcc.gnu.org/' @@ -25,7 +25,7 @@ conflicts=(${pkgname%-bootstrap}) source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2 ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) -sha256sums=('f4cad0895aa6dd237cbcb6e81750e40c3fb3eba8a5bcdf25a21c4ee5520c344b' +sha256sums=('bb276f6fce4822fc0806d1e87d21245854d1e41f2a7027c7288375084176c679' '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b') if [ -n "$_snapshot" ]; then |