diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index bb5c3eac7a..0edf2ebd15 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: April 12, 2009
+ Last Updated: April 19, 2009
|
@@ -1387,12 +1387,18 @@ nuttx-0.4.5 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* eZ8Encore!: Add an I2C driver.
* Add support for the Freescale i.MX1/L architecture and a configuration for
the Freescale MX1ADS development board.
+ * examples/helloxx: Added a simple C++ hello world example
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
buildroot-0.1.4 2009-xx-xx <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++!
+ * The ARM GCC-4.2.4 configuration was changed so that it now builds g++.
+ * Removed building of initial and final GCC. that is not necessary because
+ we do not build a libc. Now it builds almost twice as fast.
+ * Removed logic to build the target GCC. That is never used.