summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/c5471/defconfig')
-rw-r--r--nuttx/arch/c5471/defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/arch/c5471/defconfig b/nuttx/arch/c5471/defconfig
index 488ea2e79..6f8f152c2 100644
--- a/nuttx/arch/c5471/defconfig
+++ b/nuttx/arch/c5471/defconfig
@@ -132,9 +132,19 @@ CONFIG_ARCH_KFREE=n
#
# General Compile environment setup
#
+# CONFIG_HAVE_INLINE - enable if your compiler supports
+# inline functions
+# CONFIG_HAVE_DOUBLE - enable if your compiler supports type
+# double.
# CONFIG_HAVE_LONG_LONG - enable if your architecture supports
# long long types and if you plan to use them
+# CONFIG_CAN_PASS_STRUCTS - enable if your compiler supports
+# passing structures and unions as values
+#
+CONFIG_HAVE_INLINE=y
+CONFIG_HAVE_DOUBLE=y
CONFIG_HAVE_LONG_LONG=n
+CONFIG_CAN_PASS_STRUCTS=y
#
# General build options