Skip to content

Commit

Permalink
examples/elf: -fno-builtin for a file generated by mksymtab.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and xiaoxiang781216 committed May 12, 2022
1 parent 6a25898 commit adf7cee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf7cee

Please sign in to comment.