apps/examples/elf: Correct some Kconfig coments.
This commit is contained in:
parent
2ecc94f5ce
commit
4db29bc2eb
@ -78,8 +78,8 @@ config EXAMPLES_ELF_LIBC
|
|||||||
Link with the C library (and also math library if it was built).
|
Link with the C library (and also math library if it was built).
|
||||||
By default, all undefined symbols must be provided via a symbol
|
By default, all undefined symbols must be provided via a symbol
|
||||||
table. But if this option is selected, then each ELF test program
|
table. But if this option is selected, then each ELF test program
|
||||||
will link with the SYSCALL library and will interface with the OS
|
will link with the C library and will not require symbol table
|
||||||
system calls. You probably will NOT want this option, however,
|
entries. You probably will NOT want this option, however,
|
||||||
because it will substantially increase the size of code. For
|
because it will substantially increase the size of code. For
|
||||||
example, a separate copy of printf() would be linked with every
|
example, a separate copy of printf() would be linked with every
|
||||||
program greatly increasing the total code size. This option is
|
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.
|
example will compile the demos using it.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user