mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/gcc to 4.8.2-1
This commit is contained in:
parent
7099179f28
commit
867ef9017d
1 changed files with 6 additions and 6 deletions
|
@ -15,9 +15,9 @@
|
|||
noautobuild=1
|
||||
|
||||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||
pkgver=4.8.1
|
||||
pkgrel=3
|
||||
_snapshot=4.8-20130725
|
||||
pkgver=4.8.2
|
||||
pkgrel=1
|
||||
#_snapshot=4.8-20130725
|
||||
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.23' 'libmpc' 'cloog' 'doxygen')
|
||||
checkdepends=('dejagnu' 'inetutils')
|
||||
options=('!libtool' '!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
|
||||
armhf-triplet-trunk.diff
|
||||
gcc-4.8-filename-output.patch)
|
||||
md5sums=('3b2386c114cd74185aa3754b58a79304'
|
||||
md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
|
||||
'bd7330bd41845929f1e0efb3b7d0a060'
|
||||
'40cb437805e2f7a006aa0d0c3098ab0f')
|
||||
|
||||
|
|
Loading…
Reference in a new issue