diff --git a/arch/c5471/defconfig b/arch/c5471/defconfig index 488ea2e793..6f8f152c22 100644 --- a/arch/c5471/defconfig +++ b/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 diff --git a/arch/sim/defconfig b/arch/sim/defconfig index ab62eb4525..18b15d7e0f 100644 --- a/arch/sim/defconfig +++ b/arch/sim/defconfig @@ -99,9 +99,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