summaryrefslogtreecommitdiff
path: root/libc/manual
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-03-05 19:39:34 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-03-05 19:39:34 +0000
commitf9a421a6b2e3ba46cc615e128091e5eacabb1dac (patch)
tree964b2c72623777783109da9c66eb3805606cd0ce /libc/manual
parentda46ece214ac285902c4a95ca3fb2ce1bf51c47e (diff)
Merge changes between r12752 and r13053 from /fsf/trunk.
Regenerate configure scripts as part of merge. git-svn-id: svn://svn.eglibc.org/trunk@13054 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/manual')
-rw-r--r--libc/manual/install.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/manual/install.texi b/libc/manual/install.texi
index 6744699b8..6afa94e41 100644
--- a/libc/manual/install.texi
+++ b/libc/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.