|
@@ -18,7 +18,7 @@
|
|
|
<p>Usage and documentation by Thomas Petazzoni. Contributions from
|
|
|
Karsten Kruse, Ned Ludd, Martin Herren.</p>
|
|
|
|
|
|
- <p><small>Last modification : $Id: buildroot-documentation.html,v 1.2 2004/12/28 19:15:20 andersen Exp $</small></p>
|
|
|
+ <p><small>$LastChangedDate$</small></p>
|
|
|
|
|
|
<ul>
|
|
|
<li><a href="#about">About Buildroot</a></li>
|
|
@@ -57,7 +57,7 @@
|
|
|
case, <code>gcc</code>), binary utils like assembler and linker
|
|
|
(in our case, <code>binutils</code>) and a C standard library (for
|
|
|
example <a href="http://www.gnu.org/software/libc/libc.html">GNU
|
|
|
- Libc</a>, <a href="http://www.uclibc.org">uClibc</a> or <a
|
|
|
+ Libc</a>, <a href="http://www.uclibc.org/">uClibc</a> or <a
|
|
|
href="http://www.fefe.de/dietlibc/">dietlibc</a>). The system
|
|
|
installed on your development station certainly already has a
|
|
|
compilation toolchain that you can use to compile application that
|
|
@@ -226,7 +226,7 @@
|
|
|
configuration</h2>
|
|
|
|
|
|
<p>Just like <a href="#custom_busybox">BusyBox</a>, <a
|
|
|
- href="http://www.uclibc.org">uClibc</a> offers a lot of
|
|
|
+ href="http://www.uclibc.org/">uClibc</a> offers a lot of
|
|
|
configuration options. They allow to select various
|
|
|
functionalities, depending on your needs and limitations.</p>
|
|
|
|