mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gcc to 6.3.1-2
This commit is contained in:
parent
cbfba8ed02
commit
84fd8f0b37
1 changed files with 6 additions and 6 deletions
|
@ -19,19 +19,19 @@ pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-go')
|
||||||
pkgver=6.3.1
|
pkgver=6.3.1
|
||||||
_pkgver=6
|
_pkgver=6
|
||||||
_islver=0.16.1
|
_islver=0.16.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_commit=4ca53f06ff7d346ef8021a23108f23a5406a0417
|
_commit=4fc407888a30c5d953816b05c8a8e98ec2ab3101
|
||||||
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')
|
||||||
url="http://gcc.gnu.org"
|
url="http://gcc.gnu.org"
|
||||||
makedepends=('binutils>=2.26' 'libmpc' 'doxygen')
|
makedepends=('binutils>=2.28' 'libmpc' 'doxygen' 'git')
|
||||||
checkdepends=('dejagnu' 'inetutils')
|
checkdepends=('dejagnu' 'inetutils')
|
||||||
options=('!emptydirs' '!distcc')
|
options=('!emptydirs' '!distcc')
|
||||||
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
|
source=(https://github.com/gcc-mirror/gcc/archive/${_commit}.tar.gz
|
||||||
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
|
http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
|
||||||
0001-ARMv5-disable-LDRD-STRD.patch)
|
0001-ARMv5-disable-LDRD-STRD.patch)
|
||||||
md5sums=('e65d06ed7c00e68bc84f6989752a09eb'
|
md5sums=('caa9e0f74678087d447d1dd87f358d97'
|
||||||
'ac1f25a0677912952718a51f5bc20f32'
|
'ac1f25a0677912952718a51f5bc20f32'
|
||||||
'a5165d78c473b487637d293a49e01740')
|
'a5165d78c473b487637d293a49e01740')
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ package_gcc-libs()
|
||||||
{
|
{
|
||||||
pkgdesc="Runtime libraries shipped by GCC"
|
pkgdesc="Runtime libraries shipped by GCC"
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('glibc>=2.24')
|
depends=('glibc>=2.25')
|
||||||
options=('!emptydirs' '!strip')
|
options=('!emptydirs' '!strip')
|
||||||
|
|
||||||
cd ${srcdir}/gcc-build
|
cd ${srcdir}/gcc-build
|
||||||
|
@ -168,7 +168,7 @@ package_gcc-libs()
|
||||||
package_gcc()
|
package_gcc()
|
||||||
{
|
{
|
||||||
pkgdesc="The GNU Compiler Collection - C and C++ frontends"
|
pkgdesc="The GNU Compiler Collection - C and C++ frontends"
|
||||||
depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.26' 'libmpc')
|
depends=("gcc-libs=$pkgver-$pkgrel" 'binutils>=2.28' 'libmpc')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue