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

Evangelos Foutras foutrelis at archlinux.org
Tue Jul 7 21:16:35 UTC 2020


    Date: Tuesday, July 7, 2020 @ 21:16:35
  Author: foutrelis
Revision: 660285

Add -fcommon workaround for GCC 10

Modified:
  iverilog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 21:16:34 UTC (rev 660284)
+++ PKGBUILD	2020-07-07 21:16:35 UTC (rev 660285)
@@ -25,6 +25,8 @@
 build() {
   cd "$pkgname"
 
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list