File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -567,6 +567,14 @@ config ARCH_FLOAT_H
567
567
there is no assurance that the settings in this float.h are actually
568
568
correct for your platform!
569
569
570
+ config DISABLE_FLOAT
571
+ bool "Disable floating point"
572
+ default n
573
+ ---help---
574
+ Disable floating point support in the compiler. This will reduce
575
+ code size and increase performance. This option is only available
576
+ on some architectures.
577
+
570
578
config ARCH_HAVE_STDARG_H
571
579
bool
572
580
default n
Original file line number Diff line number Diff line change 1207
1207
# undef CONFIG_FS_LARGEFILE
1208
1208
#endif
1209
1209
1210
+ #ifdef CONFIG_DISABLE_FLOAT
1211
+ # undef CONFIG_HAVE_FLOAT
1212
+ # undef CONFIG_HAVE_DOUBLE
1213
+ # undef CONFIG_HAVE_LONG_DOUBLE
1214
+ #endif
1215
+
1210
1216
/* ***************************************************************************
1211
1217
* Public Function Prototypes
1212
1218
****************************************************************************/
You can’t perform that action at this time.
0 commit comments