doc: fix typo in config.guess.x

Reported-by: "Kyle J. McKay" <mackyle@fastmail.com>
This commit is contained in:
Dmitry V. Levin 2020-12-20 08:00:00 +00:00
parent 90b8cb42ba
commit 9bb4e6d7b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-12-20 Dmitry V. Levin <ldv@altlinux.org>
* doc/config.guess.x: Fix typo.
2020-12-02 Dmitry V. Levin <ldv@altlinux.org>
* config.sub (thumbv7*): Recognize.

View File

@ -6,7 +6,7 @@ config.guess might need to compile and run C code, hence it needs a
compiler for the `build' machine: use the environment variable
`CC_FOR_BUILD' to specify the compiler for the build machine. If
`CC_FOR_BUILD' is not specified, `CC' will be used. Be sure to
specify `CC_FOR_BUILD' is `CC' is a cross-compiler to the `host'
specify `CC_FOR_BUILD' if `CC' is a cross-compiler to the `host'
machine.
CC_FOR_BUILD a native C compiler, defaults to `cc'