mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/elf: -fno-builtin for a file generated by mksymtab.sh
This commit is contained in:
parent
6a25898568
commit
adf7ceedf4
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ CSRCS = cromfs.c
|
|||
endif
|
||||
CSRCS += dirlist.c
|
||||
CSRCS += symtab.c
|
||||
tests$(DELIM)symtab.c_CFLAGS = -fno-builtin
|
||||
tests$(DELIM)symtab.c_CELFFLAGS = -fno-builtin
|
||||
MAINSRC = elf_main.c
|
||||
|
||||
PROGNAME = elf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue