mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/gcc to 4.7.1-5
This commit is contained in:
parent
8c6bd7fd8a
commit
d461c589cf
1 changed files with 6 additions and 6 deletions
|
@ -15,8 +15,8 @@ noautobuild=1
|
|||
|
||||
pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc')
|
||||
pkgver=4.7.1
|
||||
pkgrel=4
|
||||
#_snapshot=4.7-20120505
|
||||
pkgrel=5
|
||||
_snapshot=4.7-20120721
|
||||
_libstdcppmanver=20120605 # Note: check source directory name when updating this
|
||||
pkgdesc="The GNU Compiler Collection"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -25,12 +25,12 @@ url="http://gcc.gnu.org"
|
|||
makedepends=('binutils>=2.22' 'libmpc' 'cloog' 'ppl')
|
||||
checkdepends=('dejagnu')
|
||||
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
|
||||
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
|
||||
gcc_pure64.patch
|
||||
armhf-triplet-trunk.diff)
|
||||
md5sums=('933e6f15f51c031060af64a9e14149ff'
|
||||
md5sums=('a1a53fda426bc6809cede8e85bbaf2a3'
|
||||
'767c62f9a047c4434f2345decf1d0819'
|
||||
'ced48436c1b3c981d721a829f1094de1'
|
||||
'bd7330bd41845929f1e0efb3b7d0a060')
|
||||
|
@ -158,7 +158,7 @@ package_gcc()
|
|||
|
||||
# many packages require these symlinks
|
||||
#install -dm755 ${pkgdir}/lib
|
||||
#ln -s /usr/bin/cpp ${pkgdir}/lib/cpp
|
||||
ln -s /usr/bin/cpp ${pkgdir}/usr/lib/cpp
|
||||
ln -s gcc ${pkgdir}/usr/bin/cc
|
||||
|
||||
# POSIX conformance launcher scripts for c89 and c99
|
||||
|
|
Loading…
Reference in a new issue