changeset 1186:ac490c50f9f5

Comment tweak.
author Rob Landley <rob@landley.net>
date Sun, 01 Aug 2010 15:16:58 -0500
parents d413e255c812
children 878dbfe76341
files cross-compiler.sh
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cross-compiler.sh	Sun Aug 01 14:40:48 2010 -0500
+++ b/cross-compiler.sh	Sun Aug 01 15:16:58 2010 -0500
@@ -1,8 +1,9 @@
 #!/bin/bash
 
 # Build a more advanced cross compiler, including thread support and uClibc++,
-# built --with-shared (which produces libgcc_s.so), and statically linked
-# against uClibc on the host (for portability).
+# built --with-shared (which produces libgcc_s.so), statically linked
+# against uClibc on the host (for portability), and including the $TARGET-ldd
+# and $TARGET-ldconfig utilities.
 
 # Building this requires two existing (simple) cross compilers: one for
 # the host (to build the executables) and one for the target (to build