From e9433893258aef145c4101a458ac908383757430 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 15 Feb 2011 14:52:29 -0500 Subject: Remove use of ranlib. --- manual/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manual') 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. -- cgit 1.4.1