mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
Kconfig:Add an option to disable compilation of floating point related files
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
16c90ada1c
commit
0bd9c8d7ae
2 changed files with 14 additions and 0 deletions
|
|
@ -1207,6 +1207,12 @@
|
|||
# undef CONFIG_FS_LARGEFILE
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DISABLE_FLOAT
|
||||
# undef CONFIG_HAVE_FLOAT
|
||||
# undef CONFIG_HAVE_DOUBLE
|
||||
# undef CONFIG_HAVE_LONG_DOUBLE
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue