mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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')
|
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
|
||||||
|
|
Loading…
Reference in a new issue