[arch-commits] Commit in cgminer/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue Jul 7 21:16:13 UTC 2020
Date: Tuesday, July 7, 2020 @ 21:16:12
Author: foutrelis
Revision: 660263
Add -fcommon workaround for GCC 10
Modified:
cgminer/trunk/PKGBUILD
----------+
PKGBUILD | 2 ++
1 file changed, 2 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-07 21:16:11 UTC (rev 660262)
+++ PKGBUILD 2020-07-07 21:16:12 UTC (rev 660263)
@@ -54,6 +54,8 @@
# ./configure \
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
# Taken from README - Q: What should I build in for a generic distribution binary?
./autogen.sh \
--prefix=/usr \
More information about the arch-commits
mailing list