mirror of
https://github.com/apache/nuttx.git
synced 2026-08-13 16:35:21 +00:00
Add a generic GCC stdarg.h header file
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4919 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4a0b61ab76
commit
a4cc2f6f5b
14 changed files with 296 additions and 26 deletions
|
|
@ -2967,4 +2967,11 @@
|
|||
* arch/arm/*/lpc43xx and configs/lpc4330-xplorer and code complete and
|
||||
ready for testing. Hopefully, verified LPC43xx support will appear
|
||||
in NuttX-6.20.
|
||||
* include/nuttx/stdarg.h: If CONFIG_ARCH_STDARG_H=y is defined, the top-level
|
||||
makefile will copy the generic (GCC-only) stdarg.h header file from
|
||||
include/nuttx/stdarg.h to include/stdarg.h. So for the architectures
|
||||
that cannot use their GCC toolchain's stdarg.h file, they can use this
|
||||
alternative by defining CONFIG_ARCH_STDARG_H=y. If CONFIG_ARCH_STDARG_H,
|
||||
is not defined, then the redirecting stdarg.h header file will stay
|
||||
out-of-the-way in include/nuttx/.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue