summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/z80sim
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-01-06 20:46:45 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-01-06 20:46:45 +0000
commiteba68ae9619a988c7cea875dd016cdfead8f1f49 (patch)
treeba7521ddf88771a17123b71d0197c66c14ac6e09 /nuttx/configs/z80sim
parentdbe6b7f38b71d9acf207263e71f1b0f2a051267d (diff)
Add configuration for toolchains without libm
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@517 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/z80sim')
-rw-r--r--nuttx/configs/z80sim/defconfig18
-rw-r--r--nuttx/configs/z80sim/nshconfig18
2 files changed, 20 insertions, 16 deletions
diff --git a/nuttx/configs/z80sim/defconfig b/nuttx/configs/z80sim/defconfig
index e52913f7d9..4de440afcc 100644
--- a/nuttx/configs/z80sim/defconfig
+++ b/nuttx/configs/z80sim/defconfig
@@ -65,6 +65,16 @@ CONFIG_UART_RXBUFSIZE=0
CONFIG_UART_TXBUFSIZE=0
#
+# General build options
+#
+# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
+# BSPs from www.ridgerun.com
+# CONFIG_HAVE_LIBM - toolchain supports libm.a
+#
+CONFIG_RRLOAD_BINARY=n
+CONFIG_HAVE_LIBM=n
+
+#
# General OS setup
#
# CONFIG_EXAMPLE - identifies the subdirectory in examples
@@ -161,14 +171,6 @@ CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
#
-# General build options
-#
-# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
-# BSPs from www.ridgerun.com
-#
-CONFIG_RRLOAD_BINARY=n
-
-#
# Sizes of configurable things (0 disables)
#
# CONFIG_MAX_TASKS - The maximum number of simultaneously
diff --git a/nuttx/configs/z80sim/nshconfig b/nuttx/configs/z80sim/nshconfig
index 63326cb6f2..aa852ef8a5 100644
--- a/nuttx/configs/z80sim/nshconfig
+++ b/nuttx/configs/z80sim/nshconfig
@@ -65,6 +65,16 @@ CONFIG_UART_RXBUFSIZE=64
CONFIG_UART_TXBUFSIZE=64
#
+# General build options
+#
+# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
+# BSPs from www.ridgerun.com
+# CONFIG_HAVE_LIBM - toolchain supports libm.a
+#
+CONFIG_RRLOAD_BINARY=n
+CONFIG_HAVE_LIBM=n
+
+#
# General OS setup
#
# CONFIG_EXAMPLE - identifies the subdirectory in examples
@@ -161,14 +171,6 @@ CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
#
-# General build options
-#
-# CONFIG_RRLOAD_BINARY - make the rrload binary format used with
-# BSPs from www.ridgerun.com
-#
-CONFIG_RRLOAD_BINARY=n
-
-#
# Sizes of configurable things (0 disables)
#
# CONFIG_MAX_TASKS - The maximum number of simultaneously