1
0
mirror of git://git.savannah.gnu.org/config.git synced 2025-06-06 06:20:21 +12:00

Typo fix.

This commit is contained in:
Ben Elliston 2019-12-21 13:51:39 +11:00
parent c542caa003
commit d8d8093d18

@ -1,7 +1,7 @@
2019-12-21 Ben Elliston <bje@gnu.org>
* config.guess (set_cc_for_build): Prevent multiple calls by
chechking if $tmp is already set. We can't check CC_FOR_BUILD as
checking if $tmp is already set. We can't check CC_FOR_BUILD as
the user may set it externally. Thanks to Torbjörn Granlund for
the bug report.