diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/install.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/manual/install.texi b/manual/install.texi index 61745b8..05a774b 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -75,10 +75,9 @@ and @theglibc{} cannot be compiled without optimization, so if $ ../glibc-@var{version}/configure CC="gcc -m32" CFLAGS="-O3" @end smallexample -To test @theglibc{} with a different C compiler or a different C++ -compiler, @samp{TEST_CC=@var{compiler}} and -@samp{TEST_CXX=@var{compiler}} arguments can be passed to -@code{configure}. For example: +To test @theglibc{} with a different set of C and C++ compilers, +@samp{TEST_CC=@var{compiler}} and @samp{TEST_CXX=@var{compiler}} +arguments can be passed to @code{configure}. For example: @smallexample $ ../glibc-@var{version}/configure TEST_CC="gcc-6.4.1" TEST_CXX="g++-6.4.1" |