From 9bb4e6d7b2cf03421f8ce28c9d727156b19c0c34 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 20 Dec 2020 08:00:00 +0000 Subject: [PATCH] doc: fix typo in config.guess.x Reported-by: "Kyle J. McKay" --- ChangeLog | 4 ++++ doc/config.guess.x | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1aefa5c..af264e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-20 Dmitry V. Levin + + * doc/config.guess.x: Fix typo. + 2020-12-02 Dmitry V. Levin * config.sub (thumbv7*): Recognize. diff --git a/doc/config.guess.x b/doc/config.guess.x index 83fcdd2..6cce1f5 100644 --- a/doc/config.guess.x +++ b/doc/config.guess.x @@ -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'