summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-03-19 23:43:17 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-03-19 23:43:17 -0700
commit08c828b27a61b8e181b4cb004afa795e2e453e22 (patch)
treec2486f62beee70458aa1f453ab5d6c12bc3c5627
parentc08c71f9f840b910fd39a141802d0232a82f2998 (diff)
downloadtxr-08c828b27a61b8e181b4cb004afa795e2e453e22.tar.gz
txr-08c828b27a61b8e181b4cb004afa795e2e453e22.tar.bz2
txr-08c828b27a61b8e181b4cb004afa795e2e453e22.zip
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).
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
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]