You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/05/12 15:12:51 UTC

[incubator-nuttx-apps] 08/08: examples/thttpd: -fno-builtin for a file generated by mksymtab.sh

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git

commit 59fc69c453de1ffc26017b69571fe3f52d9163f7
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 6 14:07:51 2022 +0900

    examples/thttpd: -fno-builtin for a file generated by mksymtab.sh
---
 examples/thttpd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/thttpd/Makefile b/examples/thttpd/Makefile
index 4b4050904..6ad986674 100644
--- a/examples/thttpd/Makefile
+++ b/examples/thttpd/Makefile
@@ -31,6 +31,8 @@ ifeq ($(CONFIG_THTTPD_BINFS),y)
 else
   CONTENT_MAKE += -f Makefile.nxflat
   CSRCS += symtab.c
+  content$(DELIM)symtab.c_CFLAGS = -fno-builtin
+  content$(DELIM)symtab.c_CELFFLAGS = -fno-builtin
 endif
 
 PROGNAME = thttp