okl4: fix hanging tests when built with gcc 12

Fixes #4838
This commit is contained in:
Christian Prochaska 2023-04-29 16:05:41 +02:00 committed by Christian Helmuth
parent 0eda98b03e
commit aa44ada2d4

View File

@ -38,6 +38,7 @@ CC_OPT += -Wno-write-strings -Wredundant-decls -Wundef \
-fno-builtin -fomit-frame-pointer \
-fno-exceptions -fno-unwind-tables \
-fno-asynchronous-unwind-tables \
-fno-tree-dse \
-finline-limit=99999999 $(addprefix -D,$(CONFIG)) \
"-D__USER__=\"Genode Labs\""
CC_OPT += -DCONFIG_MAX_THREAD_BITS=10