examples/thttpd: -fno-builtin for a file generated by mksymtab.sh
This commit is contained in:
parent
4b383b397d
commit
59fc69c453
@ -31,6 +31,8 @@ ifeq ($(CONFIG_THTTPD_BINFS),y)
|
|||||||
else
|
else
|
||||||
CONTENT_MAKE += -f Makefile.nxflat
|
CONTENT_MAKE += -f Makefile.nxflat
|
||||||
CSRCS += symtab.c
|
CSRCS += symtab.c
|
||||||
|
content$(DELIM)symtab.c_CFLAGS = -fno-builtin
|
||||||
|
content$(DELIM)symtab.c_CELFFLAGS = -fno-builtin
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PROGNAME = thttp
|
PROGNAME = thttp
|
||||||
|
Loading…
Reference in New Issue
Block a user