diff --git a/repos/ports/src/noux-pkg/bash/target.inc b/repos/ports/src/noux-pkg/bash/target.inc index 7a6b1bee4e..c09f2bc07f 100644 --- a/repos/ports/src/noux-pkg/bash/target.inc +++ b/repos/ports/src/noux-pkg/bash/target.inc @@ -19,4 +19,7 @@ CFLAGS += -DNO_MAIN_ENV_ARG=1 # Prevent interactions with nonexisting tty driver CFLAGS += -DNO_TTY_DRIVER +# Prevent link error with GCC 10, which defaults to -fno-common +CFLAGS += -fcommon + include $(call select_from_repositories,mk/noux.mk)