mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
core/gcc to 5.3.0-5
This commit is contained in:
parent
8cb9c06bcd
commit
eb36f1d54d
1 changed files with 4 additions and 4 deletions
|
@ -18,13 +18,13 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
|||
pkgver=5.3.0
|
||||
_pkgver=5
|
||||
_islver=0.15
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
_snapshot=5-20160209
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
url="http://gcc.gnu.org"
|
||||
makedepends=('binutils>=2.25' 'libmpc' 'doxygen')
|
||||
makedepends=('binutils>=2.26' 'libmpc' 'doxygen')
|
||||
checkdepends=('dejagnu' 'inetutils')
|
||||
options=('!emptydirs' '!distcc')
|
||||
source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
|
||||
|
@ -123,7 +123,7 @@ package_gcc-libs()
|
|||
{
|
||||
pkgdesc="Runtime libraries shipped by GCC"
|
||||
groups=('base')
|
||||
depends=('glibc>=2.22')
|
||||
depends=('glibc>=2.23')
|
||||
options=('!emptydirs' '!strip')
|
||||
install=gcc-libs.install
|
||||
|
||||
|
@ -160,7 +160,7 @@ package_gcc-libs()
|
|||
package_gcc()
|
||||
{
|
||||
pkgdesc="The GNU Compiler Collection - C and C++ frontends"
|
||||
depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.25' 'libmpc')
|
||||
depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.26' 'libmpc')
|
||||
groups=('base-devel')
|
||||
options=('staticlibs')
|
||||
install=gcc.install
|
||||
|
|
Loading…
Reference in a new issue