diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-18 23:29:03 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-18 23:29:03 (EDT) |
commit | dcb9eea93fdd1d6783071ae24131dbed05b08f14 (patch) | |
tree | b8966fb6f46b9273a69437c879bc1c6fe02a9cfb | |
parent | 78badd4bb2d56e049c615082b4c4f8ffc5fca0f6 (diff) |
Add GNU Make and DAS U-Boot to /dev/todo.
-rwxr-xr-x | dev/todo.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/todo.html b/dev/todo.html index e21c6d9..a18da8a 100755 --- a/dev/todo.html +++ b/dev/todo.html @@ -101,5 +101,13 @@ <p>GCC is an optimizing compiler with frontends and libraries for a wide range of languages.</p> <p>Binutils and GCC are part of the <a href="#ma-x-toolchains">multiarch cross toolchain</a> project.</p> </li> + <li> + <h4><a href="https://www.gnu.org/software/make/">GNU Make</a></h4> + <p>GNU Make is a tool that automatically builds software packages.</p> + </li> + <li> + <h4><a href="http://www.denx.de/wiki/U-Boot">DAS U-Boot</a></h4> + <p>U-Boot is a bootloader used on many embedded computers, including the BeagleBoard-xM.</p> + </li> </ul> <!--#include virtual="../includes/footer.html" --> |