mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base-tukija: Fixed undefined reference to __cxa_guard related functions.
This commit is contained in:
@@ -24,7 +24,8 @@ CC_OPT += -pipe \
|
||||
-fdata-sections -fomit-frame-pointer -freg-struct-return \
|
||||
-freorder-blocks -funit-at-a-time -fno-exceptions -fno-rtti \
|
||||
-fno-stack-protector -fvisibility-inlines-hidden \
|
||||
-fno-asynchronous-unwind-tables -std=gnu++0x -mgeneral-regs-only
|
||||
-fno-asynchronous-unwind-tables -std=gnu++0x -mgeneral-regs-only -fno-threadsafe-statics
|
||||
|
||||
# kernel memory: 28M minimum dynamic or 10 pro mill of the system memory
|
||||
CC_OPT += -DCONFIG_MEMORY_DYN_MIN=0x1c00000 \
|
||||
-DCONFIG_MEMORY_DYN_PER_MILL=10
|
||||
|
||||
Reference in New Issue
Block a user