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.1.1
|
||||||
_pkgver=6
|
_pkgver=6
|
||||||
_islver=0.16.1
|
_islver=0.16.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
_commit=1bbd3999
|
_commit=c8454ab1
|
||||||
pkgdesc="The GNU Compiler Collection"
|
pkgdesc="The GNU Compiler Collection"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||||
|
@ -112,7 +112,7 @@ package_gcc-libs()
|
||||||
{
|
{
|
||||||
pkgdesc="Runtime libraries shipped by GCC"
|
pkgdesc="Runtime libraries shipped by GCC"
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('glibc>=2.23')
|
depends=('glibc>=2.24')
|
||||||
options=('!emptydirs' '!strip')
|
options=('!emptydirs' '!strip')
|
||||||
|
|
||||||
cd ${srcdir}/gcc-build
|
cd ${srcdir}/gcc-build
|
||||||
|
|
Loading…
Reference in a new issue