[arch-commits] Commit in gcc/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Apr 23 05:20:52 UTC 2015


    Date: Thursday, April 23, 2015 @ 07:20:51
  Author: allan
Revision: 237946

upgpkg: gcc 5.1.0-1

upstream update

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-23 05:20:15 UTC (rev 237945)
+++ PKGBUILD	2015-04-23 05:20:51 UTC (rev 237946)
@@ -8,8 +8,8 @@
 pkgver=5.1.0
 _pkgver=5
 _islver=0.14.1
-pkgrel=0
-_snapshot=5.1.0-RC-20150412
+pkgrel=1
+#_snapshot=5.1.0-RC-20150412
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -17,10 +17,10 @@
 makedepends=('binutils>=2.25' 'libmpc' 'gcc-ada' 'doxygen')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-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
         http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
-md5sums=('37cdc2eb0adf92e421c0841748ac1471'
+md5sums=('d5525b1127d07d215960e6051c5da35e'
          '118d1a379abf7606a3334c98a8411c79')
 
 if [ -n "${_snapshot}" ]; then
@@ -238,7 +238,7 @@
   install=gcc-fortran.install
 
   cd ${srcdir}/gcc-build
-  make -C $CHOST/libgfortran DESTDIR=$pkgdir install-{{caf,my}execlibLTLIBRARIES} \
+  make -C $CHOST/libgfortran DESTDIR=$pkgdir install-{caf,my}execlibLTLIBRARIES \
     install-{toolexeclibDATA,nodist_fincludeHEADERS}
   make -C $CHOST/libgomp DESTDIR=$pkgdir install-nodist_fincludeHEADERS
   make -C gcc DESTDIR=$pkgdir fortran.install-{common,man,info}
@@ -302,7 +302,7 @@
   make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
   install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
 
-  make install-gotools
+  make DESTDIR=${pkgdir} install-gotools
 
   # Install Runtime Library Exception
   install -d ${pkgdir}/usr/share/licenses/gcc-go/



More information about the arch-commits mailing list