summaryrefslogtreecommitdiff
path: root/nuttx/configs/maple
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-24 07:45:35 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-24 07:45:35 -0600
commitf76ce54f00d5b638e1e847769fcb0252151cbd1c (patch)
tree34d081654bed231ad88a532a787ae72e918be40c /nuttx/configs/maple
parentb8bc9184c3762113210aa967b2ad410559d80eaf (diff)
downloadnuttx-f76ce54f00d5b638e1e847769fcb0252151cbd1c.tar.gz
nuttx-f76ce54f00d5b638e1e847769fcb0252151cbd1c.tar.bz2
nuttx-f76ce54f00d5b638e1e847769fcb0252151cbd1c.zip
The optimization level can now be selected as part of the configuration
Diffstat (limited to 'nuttx/configs/maple')
-rw-r--r--nuttx/configs/maple/nsh/Make.defs1
-rw-r--r--nuttx/configs/maple/nx/Make.defs1
-rw-r--r--nuttx/configs/maple/usbnsh/Make.defs1
3 files changed, 0 insertions, 3 deletions
diff --git a/nuttx/configs/maple/nsh/Make.defs b/nuttx/configs/maple/nsh/Make.defs
index 3a60483a9..9e409cafa 100644
--- a/nuttx/configs/maple/nsh/Make.defs
+++ b/nuttx/configs/maple/nsh/Make.defs
@@ -51,7 +51,6 @@ ifeq ($(WINTOOL),y)
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
- MAXOPTIMIZATION = -O2
else
# Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh
diff --git a/nuttx/configs/maple/nx/Make.defs b/nuttx/configs/maple/nx/Make.defs
index 793b015c0..6ef1e5602 100644
--- a/nuttx/configs/maple/nx/Make.defs
+++ b/nuttx/configs/maple/nx/Make.defs
@@ -51,7 +51,6 @@ ifeq ($(WINTOOL),y)
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
- MAXOPTIMIZATION = -O2
else
# Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh
diff --git a/nuttx/configs/maple/usbnsh/Make.defs b/nuttx/configs/maple/usbnsh/Make.defs
index ce10d4958..001ef60ad 100644
--- a/nuttx/configs/maple/usbnsh/Make.defs
+++ b/nuttx/configs/maple/usbnsh/Make.defs
@@ -51,7 +51,6 @@ ifeq ($(WINTOOL),y)
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}"
ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}"
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/$(LDSCRIPT)}"
- MAXOPTIMIZATION = -O2
else
# Linux/Cygwin-native toolchain
MKDEP = $(TOPDIR)/tools/mkdeps.sh