mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/gcc to 4.9.1-2
This commit is contained in:
parent
20e70100bb
commit
6aaaf86781
1 changed files with 7 additions and 7 deletions
|
@ -16,8 +16,8 @@ noautobuild=1
|
|||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.9.1
|
||||
_pkgver=4.9
|
||||
pkgrel=1
|
||||
#_snapshot=4.9-20140604
|
||||
pkgrel=2
|
||||
_snapshot=4.9-20140903
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL' 'FDL' 'custom')
|
||||
|
@ -25,11 +25,11 @@ url="http://gcc.gnu.org"
|
|||
makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'doxygen')
|
||||
checkdepends=('dejagnu' 'inetutils')
|
||||
options=('!emptydirs' '!distcc')
|
||||
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.bz2
|
||||
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.bz2
|
||||
gcc-4.8-filename-output.patch
|
||||
gcc-4.9-isl-0.13-hack.patch)
|
||||
md5sums=('fddf71348546af523353bd43d34919c1'
|
||||
md5sums=('24dfd67139fda4746d2deff18182611d'
|
||||
'40cb437805e2f7a006aa0d0c3098ab0f'
|
||||
'f26ae06b9cbc8abe86f5ee4dc5737da8')
|
||||
|
||||
|
@ -113,8 +113,8 @@ package_gcc-libs()
|
|||
{
|
||||
pkgdesc="Runtime libraries shipped by GCC"
|
||||
groups=('base')
|
||||
depends=('glibc>=2.19')
|
||||
options=('!emptydirs')
|
||||
depends=('glibc>=2.20')
|
||||
options=('!emptydirs' '!strip')
|
||||
install=gcc-libs.install
|
||||
|
||||
cd ${srcdir}/gcc-build
|
||||
|
|
Loading…
Reference in a new issue