core/gcc to 4.9.1-2

This commit is contained in:
Kevin Mihelich 2014-09-16 01:43:49 +00:00
parent 20e70100bb
commit 6aaaf86781

View file

@ -16,8 +16,8 @@ noautobuild=1
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go') pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
pkgver=4.9.1 pkgver=4.9.1
_pkgver=4.9 _pkgver=4.9
pkgrel=1 pkgrel=2
#_snapshot=4.9-20140604 _snapshot=4.9-20140903
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')
@ -25,11 +25,11 @@ url="http://gcc.gnu.org"
makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'doxygen') makedepends=('binutils>=2.24' 'libmpc' 'cloog' 'doxygen')
checkdepends=('dejagnu' 'inetutils') checkdepends=('dejagnu' 'inetutils')
options=('!emptydirs' '!distcc') options=('!emptydirs' '!distcc')
source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.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 ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
gcc-4.8-filename-output.patch gcc-4.8-filename-output.patch
gcc-4.9-isl-0.13-hack.patch) gcc-4.9-isl-0.13-hack.patch)
md5sums=('fddf71348546af523353bd43d34919c1' md5sums=('24dfd67139fda4746d2deff18182611d'
'40cb437805e2f7a006aa0d0c3098ab0f' '40cb437805e2f7a006aa0d0c3098ab0f'
'f26ae06b9cbc8abe86f5ee4dc5737da8') 'f26ae06b9cbc8abe86f5ee4dc5737da8')
@ -113,8 +113,8 @@ package_gcc-libs()
{ {
pkgdesc="Runtime libraries shipped by GCC" pkgdesc="Runtime libraries shipped by GCC"
groups=('base') groups=('base')
depends=('glibc>=2.19') depends=('glibc>=2.20')
options=('!emptydirs') options=('!emptydirs' '!strip')
install=gcc-libs.install install=gcc-libs.install
cd ${srcdir}/gcc-build cd ${srcdir}/gcc-build