From bb2ed42a95c446f00fe573247e47747ee1d1c4b9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Nov 2012 12:43:56 +0000 Subject: [PATCH] Correct name of another uClibc++ directory git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5288 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sim/cxxtest/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sim/cxxtest/defconfig b/configs/sim/cxxtest/defconfig index 8e1fd8c57d5..5797c8d4c8b 100644 --- a/configs/sim/cxxtest/defconfig +++ b/configs/sim/cxxtest/defconfig @@ -28,7 +28,7 @@ CONFIG_NUTTX_NEWCONFIG=y # # CONFIG_ARCH_STDBOOL_H is not set # CONFIG_ARCH_MATH_H is not set -# CONFIG_ARCH_FLOAT_H is not set +CONFIG_ARCH_FLOAT_H=y # CONFIG_ARCH_STDARG_H is not set # @@ -262,7 +262,7 @@ CONFIG_STDIO_BUFFER_SIZE=1024 CONFIG_STDIO_LINEBUFFER=y CONFIG_NUNGET_CHARS=2 CONFIG_LIB_HOMEDIR="/" -# CONFIG_LIBM is not set +CONFIG_LIBM=y # CONFIG_NOPRINTF_FIELDWIDTH is not set # CONFIG_LIBC_FLOATINGPOINT is not set # CONFIG_EOL_IS_CR is not set