diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 4 |
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. |