mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/gcc to 6.1.1-4
This commit is contained in:
parent
7a97d18d45
commit
94e89442c3
1 changed files with 3 additions and 3 deletions
|
@ -19,8 +19,8 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
|||
pkgver=6.1.1
|
||||
_pkgver=6
|
||||
_islver=0.16.1
|
||||
pkgrel=3
|
||||
_commit=1bbd3999
|
||||
pkgrel=4
|
||||
_commit=c8454ab1
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -112,7 +112,7 @@ package_gcc-libs()
|
|||
{
|
||||
pkgdesc="Runtime libraries shipped by GCC"
|
||||
groups=('base')
|
||||
depends=('glibc>=2.23')
|
||||
depends=('glibc>=2.24')
|
||||
options=('!emptydirs' '!strip')
|
||||
|
||||
cd ${srcdir}/gcc-build
|
||||
|
|
Loading…
Reference in a new issue