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

[incubator-nuttx-apps] 07/08: examples/sotest: -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 4b383b397d5f5398d392ea84e2c6388b0bf09289
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 6 14:06:31 2022 +0900

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

diff --git a/examples/sotest/Makefile b/examples/sotest/Makefile
index 250455108..f7a0690e8 100644
--- a/examples/sotest/Makefile
+++ b/examples/sotest/Makefile
@@ -33,6 +33,8 @@ ifeq ($(CONFIG_EXAMPLES_SOTEST_BUILTINFS),y)
 CSRCS = romfs.c
 endif
 CSRCS += sot_symtab.c
+lib$(DELIM)sot_symtab.c_CFLAGS = -fno-builtin
+lib$(DELIM)sot_symtab.c_CELFFLAGS = -fno-builtin
 MAINSRC = sotest_main.c
 
 DEPPATH += --dep-path lib