mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:34:36 +08:00
gcc 7.3.0
This commit is contained in:
parent
4018cd1f4a
commit
43dd732a60
@ -4,11 +4,11 @@
|
|||||||
# NOTE: libtool requires rebuilt with each new gcc version
|
# NOTE: libtool requires rebuilt with each new gcc version
|
||||||
|
|
||||||
pkgname=('gcc' 'gcc-libs' 'lib32-gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
|
pkgname=('gcc' 'gcc-libs' 'lib32-gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
|
||||||
pkgver=7.2.1+20180117
|
pkgver=7.3.0+20180125
|
||||||
_majorver=${pkgver:0:1}
|
_majorver=${pkgver:0:1}
|
||||||
_islver=0.18
|
_islver=0.18
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_commit=d1abe720238b8d3316565e56d8dbbf163319b3bb
|
_commit=87fb575328cc5d954b91672681aacfc383134b12
|
||||||
pkgdesc="The GNU Compiler Collection"
|
pkgdesc="The GNU Compiler Collection"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||||
@ -19,7 +19,7 @@ options=('!emptydirs')
|
|||||||
#source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
|
#source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
|
||||||
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
|
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
|
||||||
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
|
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
|
||||||
md5sums=('6e31f529738626b10b43fefe438978b3'
|
md5sums=('640c49a0a3f4bcdfa8c019a3d0724587'
|
||||||
'11436d6b205e516635b666090b94ab32')
|
'11436d6b205e516635b666090b94ab32')
|
||||||
|
|
||||||
_libdir="usr/lib/gcc/$CHOST/${pkgver%%+*}"
|
_libdir="usr/lib/gcc/$CHOST/${pkgver%%+*}"
|
||||||
|
Loading…
Reference in New Issue
Block a user