mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
parent
8f23e377d9
commit
bc8dbc6b1a
@ -19,4 +19,7 @@ CFLAGS += -DNO_MAIN_ENV_ARG=1
|
|||||||
# Prevent interactions with nonexisting tty driver
|
# Prevent interactions with nonexisting tty driver
|
||||||
CFLAGS += -DNO_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)
|
include $(call select_from_repositories,mk/noux.mk)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user