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

Konstantin Gizdov kgizdov at archlinux.org
Thu Jun 11 16:10:54 UTC 2020


    Date: Thursday, June 11, 2020 @ 16:10:52
  Author: kgizdov
Revision: 642056

upgpkg: gcc9 9.3.0-2

Modified:
  gcc9/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 15:53:39 UTC (rev 642055)
+++ PKGBUILD	2020-06-11 16:10:52 UTC (rev 642056)
@@ -8,7 +8,7 @@
 pkgver=9.3.0
 _majorver=${pkgver:0:1}
 _islver=0.21
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -105,7 +105,6 @@
 
 check() {
   cd gcc-build
-return 0
 
   # disable libphobos test to avoid segfaults and other unfunny ways to waste my time  
   sed -i '/maybe-check-target-libphobos \\/d' Makefile 
@@ -214,7 +213,7 @@
   make -C $CHOST/libgfortran DESTDIR="$pkgdir" install-cafexeclibLTLIBRARIES \
     install-{toolexeclibDATA,nodist_fincludeHEADERS,gfor_cHEADERS}
   make -C $CHOST/libgomp DESTDIR="$pkgdir" install-nodist_fincludeHEADERS
-  make -C gcc DESTDIR="$pkgdir" fortran.install-{common,man,info}
+  make -C gcc DESTDIR="$pkgdir" fortran.install-common
   install -Dm755 gcc/f951 "$pkgdir/${_libdir}/f951"
 
   ln -s gfortran-${_majorver} "$pkgdir/usr/bin/f95-${_majorver}"



More information about the arch-commits mailing list