9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1707 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-04-19 13:45:22 +00:00
parent aaf47be5b5
commit 0bba1a3ca1
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ buildroot-0.1.2 2008-11-06 <spudmonkey@racsa.co.cr>
* Add patch to build older binutils with newer Texinfo version
* Add support for SH-1 toolchain
buildroot-0.1.3 2008-02-28 <spudmonkey@racsa.co.cr>
buildroot-0.1.3 2009-02-28 <spudmonkey@racsa.co.cr>
* Add support for H8/300 toolchain
* Add support for GCC 4.2.4 and binutils 2.19
@ -18,7 +18,7 @@ buildroot-0.1.3 2008-02-28 <spudmonkey@racsa.co.cr>
* New ARM configuration using GCC 4.2.4 and binutils 2.19
* Add Renesas R8C/M16C/M32C configuration using GCC 4.2.4 and binutils 2.19
buildroot-0.1.4 2008-xx-xx <spudmonkey@racsa.co.cr>
buildroot-0.1.4 2009-04-19 <spudmonkey@racsa.co.cr>
* Add support for a blackfin toolchain using GCC 4.2.4 and binutils 2.19
* GCC 4.2.4 no longer attempts to build libstdc++. Now we can build g++!
@ -27,3 +27,4 @@ buildroot-0.1.4 2008-xx-xx <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>