summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-20 23:51:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-02-20 23:51:56 +0000
commitf26db4e2308c961f1cb52fcb656c85a144f8fd16 (patch)
tree94f39b537ed7d08643849037dde567662056882a /nuttx/arch/sim
parent5e160e6e0cdfae48ea120909e7febc62b6b56eb2 (diff)
downloadpx4-nuttx-f26db4e2308c961f1cb52fcb656c85a144f8fd16.tar.gz
px4-nuttx-f26db4e2308c961f1cb52fcb656c85a144f8fd16.tar.bz2
px4-nuttx-f26db4e2308c961f1cb52fcb656c85a144f8fd16.zip
Fixes for STDCC compiler (more needed)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@16 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim')
-rw-r--r--nuttx/arch/sim/defconfig3
1 files changed, 3 insertions, 0 deletions
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