adds wrap for scanf in dhrystone

This commit is contained in:
Eyck Jentzsch 2024-08-28 18:13:40 +02:00
parent 2f675e9bdd
commit f3dc9aea54
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ endif
# '-lgcc -lm' are needed to add softfloat routines
CFLAGS := -g -O3 -DITERATIONS=$(ITERATIONS) -DHZ=32768 -DTIME -DNO_INIT -fno-inline -fno-builtin-printf -fno-common -Wno-implicit \
-funroll-loops -fpeel-loops -fgcse-sm -fgcse-las
LDFLAGS := -Wl,--wrap=scanf
TOOL_DIR=$(dir $(compiler))
BSP_BASE = ../../bare-metal-bsp