adds wrap for scanf in dhrystone
This commit is contained in:
parent
2f675e9bdd
commit
f3dc9aea54
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue