From 4db29bc2ebe43718f6262b2ca2e3e20cfa25b340 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 16 Jul 2018 12:10:16 -0600 Subject: [PATCH] apps/examples/elf: Correct some Kconfig coments. --- examples/elf/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/elf/Kconfig b/examples/elf/Kconfig index 9832a3edf..a6864d766 100644 --- a/examples/elf/Kconfig +++ b/examples/elf/Kconfig @@ -78,8 +78,8 @@ config EXAMPLES_ELF_LIBC Link with the C library (and also math library if it was built). By default, all undefined symbols must be provided via a symbol table. But if this option is selected, then each ELF test program - will link with the SYSCALL library and will interface with the OS - system calls. You probably will NOT want this option, however, + will link with the C library and will not require symbol table + entries. You probably will NOT want this option, however, because it will substantially increase the size of code. For example, a separate copy of printf() would be linked with every program greatly increasing the total code size. This option is @@ -105,3 +105,4 @@ config EXAMPLES_ELF_UCLIBCXX example will compile the demos using it. endif +