summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 18:57:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 18:57:29 +0000
commit98e510401beab258c0f94e6078a6a659015fbe9c (patch)
treefd46135874b40444c35861a2485f5908ed9aa233 /misc
parent19b72a2d983a2ff13c8fb05a621bd46477cc4ed8 (diff)
downloadnuttx-98e510401beab258c0f94e6078a6a659015fbe9c.tar.gz
nuttx-98e510401beab258c0f94e6078a6a659015fbe9c.tar.bz2
nuttx-98e510401beab258c0f94e6078a6a659015fbe9c.zip
CortexM3 now builds NXFLAT toolchain too
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2172 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/configs/README.txt2
-rw-r--r--misc/buildroot/configs/cortexm3-defconfig-4.3.33
2 files changed, 3 insertions, 2 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index d58b3f4d8..931cdd55d 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -46,7 +46,7 @@ avr-defconfig-4.3.3
cortexm3-defconfig-4.3.3
Builds an ARM toolchain for the Cortex-M3 using gcc 4.3.3.
- This configuration builds both gcc and g++.
+ This configuration builds gcc, g++ and the NXFLAT toolchain.
cortexm3-defconfig-nxflat
This configuration build an NXFLAT toolchain (only) for
diff --git a/misc/buildroot/configs/cortexm3-defconfig-4.3.3 b/misc/buildroot/configs/cortexm3-defconfig-4.3.3
index 6fb291871..1efe96dd9 100644
--- a/misc/buildroot/configs/cortexm3-defconfig-4.3.3
+++ b/misc/buildroot/configs/cortexm3-defconfig-4.3.3
@@ -103,7 +103,8 @@ BR2_INSTALL_LIBSTDCPP=y
#
# NuttX Binary Support
#
-# BR2_PACKAGE_NXFLAT is not set
+BR2_PACKAGE_NXFLAT=y
+BR2_PACKAGE_GENROMFS=y
#
# Common Toolchain Options