abwarn "GCC 10 default behavior is now -fno-common"
abwarn "Adding -fcommon to CFLAGS. Remove this when upstream fixes their code"
# Ref: https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
export CFLAGS="${CFLAGS} -fcommon"
