summaryrefslogtreecommitdiff
path: root/misc/buildroot/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-25 19:12:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-25 19:12:25 +0000
commit5fe2d3ad004c6d2e260f398d40ae0faa018cc17b (patch)
treedce6d80337751f985fdb051c40d36d8cd74abc66 /misc/buildroot/ChangeLog
parent81c9d657ee349097ef4c063900e59ad591068f3c (diff)
downloadpx4-nuttx-5fe2d3ad004c6d2e260f398d40ae0faa018cc17b.tar.gz
px4-nuttx-5fe2d3ad004c6d2e260f398d40ae0faa018cc17b.tar.bz2
px4-nuttx-5fe2d3ad004c6d2e260f398d40ae0faa018cc17b.zip
fix Cortex-M3 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1737 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/ChangeLog')
-rw-r--r--misc/buildroot/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 2dcbdb859..71517f109 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -27,11 +27,14 @@ buildroot-0.1.4 2009-04-19 <spudmonkey@racsa.co.cr>
we do not build a libc. Now it builds almost twice as fast.
* Removed logic to build the target GCC. That is never used.
-buildroot-0.1.5 2009-xx-xx <spudmonkey@racsa.co.cr>
+buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr>
* Replaced config/arm-defconfig-4.2.4 with config/arm920t-defconfig-4.2.4
and config/arm926t-defconfig-4.2.4 because of differences in the
way that soft floating point is handled between these two
architectures.
- * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor
+ * Add support for gcc-4.3.3 and the ARM Cortex-M3 processor (thumb2)
* Add support for binutils 2.19.1
+
+buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr>
+