Make strong function defninition replace a weak one
This commit is contained in:
parent
3eb784b758
commit
9925c623b5
3 changed files with 18 additions and 7 deletions
|
|
@ -42,6 +42,9 @@ PRINTF_SCANF_FLOAT_SUPPORT ?= 1
|
|||
|
||||
FLAVOR ?= release # or debug
|
||||
|
||||
# Include source files into a static library. It improves error messages.
|
||||
INCLUDE_SRC_IN_AR ?= 1
|
||||
|
||||
# Compiler names, etc. assume gdb
|
||||
CROSS ?= xtensa-lx106-elf-
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue