From 253d449a394e4e05999c09f0f0d6396c2d9f032b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 19 Mar 2023 23:43:17 -0700 Subject: configure: note about ccname in --help text. * configure: add a note that the ccname variable is not used if the cc variable does not interpolate $(ccname). --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8229fe14..f810ee61 100755 --- a/configure +++ b/configure @@ -413,7 +413,9 @@ cc [$cc] compiling C sources to object files, and for linking object files to executables. This becomes the TXR_CC variable in config.make. Note that cross and compiler_prefix are empty by default and - and so this expands to just ccname. + and so this expands to just ccname. Note also that if cc is specified in a + way that doesn't include \$(ccname), then that variable is not used, + even though it continues to be defined in config.make. intptr [$intptr] -- cgit v1.2.3