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

Allan McRae allan at archlinux.org
Wed Dec 16 08:30:56 UTC 2015


    Date: Wednesday, December 16, 2015 @ 09:30:56
  Author: allan
Revision: 256464

move libgo.so to gcc-libs

Modified:
  gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-16 08:24:29 UTC (rev 256463)
+++ PKGBUILD	2015-12-16 08:30:56 UTC (rev 256464)
@@ -8,7 +8,7 @@
 pkgver=5.3.0
 _pkgver=5
 _islver=0.15
-pkgrel=2
+pkgrel=3
 #_snapshot=5-20150623
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -108,6 +108,7 @@
   for lib in libatomic \
              libcilkrts \
              libgfortran \
+             libgo \
              libgomp \
              libitm \
              libquadmath \
@@ -307,6 +308,7 @@
 
   cd ${srcdir}/gcc-build
   make -C $CHOST/libgo DESTDIR=$pkgdir install-exec-am
+  rm ${pkgdir}/usr/lib/libgo.so*
   make -C gcc DESTDIR=$pkgdir go.install-{common,man,info}
   install -Dm755 gcc/go1 $pkgdir/${_libdir}/go1
 



More information about the arch-commits mailing list