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

Konstantin Gizdov kgizdov at archlinux.org
Tue Mar 26 14:45:06 UTC 2019


    Date: Tuesday, March 26, 2019 @ 14:45:05
  Author: kgizdov
Revision: 443560

disable multilib to fix build

Modified:
  gcc7/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-26 14:29:56 UTC (rev 443559)
+++ PKGBUILD	2019-03-26 14:45:05 UTC (rev 443560)
@@ -10,7 +10,7 @@
 _pkgver=7
 _majorver=${pkgver:0:1}
 _islver=0.18
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Compiler Collection (7.x.x)'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -88,6 +88,7 @@
       --infodir=/usr/share/info \
       --with-bugurl=https://bugs.archlinux.org/ \
       --enable-languages=c,c++,lto \
+      --disable-multilib \
       --enable-shared \
       --enable-threads=posix \
       --enable-libmpx \



More information about the arch-commits mailing list