summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/buildroot/ChangeLog3
-rw-r--r--misc/buildroot/ReleaseNotes6
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog
index 4fe108c2c..41e27fa94 100644
--- a/misc/buildroot/ChangeLog
+++ b/misc/buildroot/ChangeLog
@@ -36,7 +36,7 @@ buildroot-0.1.5 2009-04-25 <spudmonkey@racsa.co.cr>
* 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>
+buildroot-0.1.6 2009-05-19 <spudmonkey@racsa.co.cr>
* Added config/arm7tdmi-defconfig-4.2.4
* Added config/arm920t-defconfig-4.3.3
@@ -45,4 +45,5 @@ buildroot-0.1.6 2009-xx-xx <spudmonkey@racsa.co.cr>
* Correct error in gcc-3.4.6/gcc/collect.c. Calls open with O_CREAT but
does not specify mode. Newer host compilers can error out on this.
+buildroot-0.1.7 2009-xx-xx <spudmonkey@racsa.co.cr>
diff --git a/misc/buildroot/ReleaseNotes b/misc/buildroot/ReleaseNotes
index ce035d8b4..d49054d2b 100644
--- a/misc/buildroot/ReleaseNotes
+++ b/misc/buildroot/ReleaseNotes
@@ -1,4 +1,4 @@
-ReleaseNotes v0.1.5:
+ReleaseNotes v0.1.6:
^^^^^^^^^^^^^^^^^^^
This is a highly hacked up version of the buildroot (see
@@ -10,8 +10,8 @@ can be used to build the following NuttX-compatible toolchains:
i.MX1 (ARM920T), and TI DM320 (ARM926EJ-S) provided with the
NuttX releases.
- o arm-elf thumb2 toolchain needed for use with the ARM Cortex-M3
- ports provided with the NuttX releases.
+ o arm-elf (thumb2) toolchain needed for use with the Luminary
+ LM3S6918 (ARM Cortex-M3) port provided with the NuttX releases.
o m68k-elf toolchain (not currently used in any NuttX
configuration).