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

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:55:05 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:55:04
  Author: foutrelis
Revision: 386610

Add -fcommon workaround for GCC 10

Modified:
  atomix/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 09:55:00 UTC (rev 386609)
+++ PKGBUILD	2020-05-19 09:55:04 UTC (rev 386610)
@@ -23,6 +23,7 @@
 }
 
 build() {
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
   arch-meson $pkgname build
   ninja -C build
 }



More information about the arch-commits mailing list