From mboxrd@z Thu Jan 1 00:00:00 1970 From: ulf at uclibc.org Date: Sun, 12 Aug 2007 16:26:29 -0700 (PDT) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20070812232629.71D51A6816@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: ulf Date: 2007-08-12 16:26:28 -0700 (Sun, 12 Aug 2007) New Revision: 19471 Log: Cleanup of docs Modified: trunk/buildroot/docs/buildroot.html Changeset: Modified: trunk/buildroot/docs/buildroot.html =================================================================== --- trunk/buildroot/docs/buildroot.html 2007-08-12 21:33:06 UTC (rev 19470) +++ trunk/buildroot/docs/buildroot.html 2007-08-12 23:26:28 UTC (rev 19471) @@ -15,7 +15,8 @@

Buildroot

-

Buildroot usage and documentation by Thomas Petazzoni. Contributions from +

Buildroot + usage and documentation by Thomas Petazzoni. Contributions from Karsten Kruse, Ned Ludd, Martin Herren and others.

$LastChangedDate$

@@ -471,7 +472,7 @@

Important : do not try to move a gcc-3.x toolchain to an other - directory, it won't work. There are some hard-coded paths in the + directory, it won't work. There are some hardcoded paths in the gcc configuration. If the default toolchain directory doesn't suit your needs, please refer to the Using the uClibc toolchain outside of @@ -487,7 +488,7 @@ build_ARCH/staging_dir/. But sometimes, it may be useful to install it somewhere else, so that it can be used to compile other programs or by other users. Moving the build_ARCH/staging_dir/ - directory elsewhere is not possible if using gcc-3.x, because they + directory elsewhere is not possible if using gcc-3.x, because there are some hardcoded paths in the toolchain configuration. This works, thanks to sysroot support, with current, stable gcc-4.x toolchains, of course.