From f26db4e2308c961f1cb52fcb656c85a144f8fd16 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Feb 2007 23:51:56 +0000 Subject: Fixes for STDCC compiler (more needed) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@16 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/sim/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/arch/sim') diff --git a/nuttx/arch/sim/defconfig b/nuttx/arch/sim/defconfig index 18b15d7e0..80de3cbdc 100644 --- a/nuttx/arch/sim/defconfig +++ b/nuttx/arch/sim/defconfig @@ -107,11 +107,14 @@ CONFIG_ARCH_KFREE=n # 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_WEAKFUNCTIONS - enable if you compiler supports +# weak functions (see include/nuttx/comp # CONFIG_HAVE_INLINE=y CONFIG_HAVE_DOUBLE=y CONFIG_HAVE_LONG_LONG=n CONFIG_CAN_PASS_STRUCTS=y +CONFIG_HAVE_WEAKFUNCTIONS=y # # General build options -- cgit v1.2.3