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:47 UTC

[incubator-nuttx-apps] 04/08: examples/module: -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 8e6081abe03d0497bc432d836fc1a0bbcf1968ac
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 6 14:02:33 2022 +0900

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

diff --git a/examples/module/Makefile b/examples/module/Makefile
index 3b6c8a9f8..1a3c51356 100644
--- a/examples/module/Makefile
+++ b/examples/module/Makefile
@@ -36,6 +36,8 @@ ifeq ($(CONFIG_EXAMPLES_MODULE_CROMFS),y)
 CSRCS = cromfs.c
 endif
 CSRCS += mod_symtab.c
+drivers$(DELIM)mod_symtab.c_CFLAGS = -fno-builtin
+drivers$(DELIM)mod_symtab.c_CELFFLAGS = -fno-builtin
 MAINSRC = module_main.c
 
 VPATH += drivers