mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 13:49:06 +00:00
binfmt/, libs/libc/unistd, and others: Rename CONFIG_EXECFUNCS_SYMTAB to CONFIG_EXECFUNCS_SYMTAB_ARRAY. Rename CONFIG_EXECFUNCS_NSYMBOLS to CONFIG_EXECFUNCS_NSYMBOLS_VAR. Unlike CONFIG_EXECFUNCS_NSYMBOLS, CONFIG_EXECFUNCS_NSYMBOLS_VAR holds the name of an 'int' variable that contains the number of symbols in the symbol table.
configs/sama5d4-ek: Partial update to knsh build instructions.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_access.c | ||
| lib_chdir.c | ||
| lib_execl.c | ||
| lib_getcwd.c | ||
| lib_gethostname.c | ||
| lib_getopt.c | ||
| lib_getoptargp.c | ||
| lib_getoptindp.c | ||
| lib_getoptoptp.c | ||
| lib_pipe.c | ||
| lib_sethostname.c | ||
| lib_sleep.c | ||
| lib_swab.c | ||
| lib_sysconf.c | ||
| lib_truncate.c | ||
| lib_usleep.c | ||
| Make.defs | ||