examples/posix_spawn: -fno-builtin for a file generated by mksymtab.sh

This commit is contained in:
YAMAMOTO Takashi 2022-04-06 14:03:56 +09:00 committed by Xiang Xiao
parent 8e6081abe0
commit b7f57a1952

View File

@ -24,6 +24,8 @@ include $(APPDIR)/Make.defs
CSRCS = romfs.c
CSRCS += symtab.c
filesystem$(DELIM)symtab.c_CFLAGS = -fno-builtin
filesystem$(DELIM)symtab.c_CELFFLAGS = -fno-builtin
MAINSRC = spawn_main.c
PROGNAME = posix_spawn