9
0
Fork 0

Prep for 1.9 release

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3280 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2011-02-10 23:06:55 +00:00
parent 569d5d96e7
commit e4ff91b8c7
1 changed files with 6 additions and 4 deletions

View File

@ -64,7 +64,7 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
* configs/m32c-defconfig-4.2.4: Added genromfs
* configs/m32c-defconfig-4.3.3: Update to m32c-defconfig-4.2.4
buildroot-1.9 2011-xx-xx <spudmonkey@racsa.co.cr>
buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr>
* configs/arm926t-defconfig-4.3.3: update arm926t-defconfig-4.2.4
* configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for
@ -73,6 +73,8 @@ buildroot-1.9 2011-xx-xx <spudmonkey@racsa.co.cr>
* toolchain/gdb/gdb.mk - Added --disable-werror to GDB configuration line.
GDB 6.8 won't build because the tarbal was released with -Werror enabled and
the build stops on the first warning.
* Add support for Freescale m9s12x using binutils 2.18 and gcc 3.3.6 and
patches available from http://www.msextra.com/tools courtesy of James
Cortina. Add configs/m9x12x-defconfig-3.3.6.
* Add support for Freescale m9s12x using binutils 2.18 and gcc 3.3.6 and
patches available from http://www.msextra.com/tools courtesy of James
Cortina. Add configs/m9x12x-defconfig-3.3.6.
buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>