nova: adjust to g++ 8.3.0

Issue #3307
This commit is contained in:
Alexander Boettcher
2019-05-21 11:37:54 +02:00
committed by Christian Helmuth
parent 7fadfbbd9f
commit b50e54b0a8
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ 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
-fno-asynchronous-unwind-tables -std=gnu++0x -mgeneral-regs-only
# 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