summaryrefslogtreecommitdiff
path: root/manual/install.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
commite9433893258aef145c4101a458ac908383757430 (patch)
treef062455a4a4c256c266f33650b69db72f0ea2dd4 /manual/install.texi
parentc1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec (diff)
Remove use of ranlib.
Diffstat (limited to 'manual/install.texi')
-rw-r--r--manual/install.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/install.texi b/manual/install.texi
index 24b1301ef6..0ef3c3cf04 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -228,8 +228,8 @@ important to use this same @code{CC} value when running
@code{configure}, like this: @samp{CC=@var{target}-gcc configure
@var{target}}. Set @code{BUILD_CC} to the compiler to use for programs
run on the build system as part of compiling the library. You may need to
-set @code{AR} and @code{RANLIB} to cross-compiling versions of @code{ar}
-and @code{ranlib} if the native tools are not configured to work with
+set @code{AR} to cross-compiling versions of @code{ar}
+if the native tools are not configured to work with
object files for the target you configured for.