diff options
author | midipix <writeonce@midipix.org> | 2021-06-09 18:11:39 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-09 18:19:23 +0000 |
commit | cca8f8960c3343a83548249450932d8705db9862 (patch) | |
tree | ecc6c5145e601d9706642607e6e1624ef91ab493 | |
parent | 326ed0612f9831686cb7317d8586f243d5b5841a (diff) | |
download | slibtool-cca8f8960c3343a83548249450932d8705db9862.tar.bz2 slibtool-cca8f8960c3343a83548249450932d8705db9862.tar.xz |
driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost).
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index fe7a9ed..eed51bd 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -89,7 +89,7 @@ static const char cfgexplicit[] = "command-line argument"; static const char cfghost[] = "derived from <host>"; static const char cfgtarget[] = "derived from <target>"; static const char cfgcompiler[] = "derived from <compiler>"; -static const char cfgnmachine[] = "native (derived from -dumpmachine)"; +static const char cfgnmachine[] = "native (cached in ccenv/host.mk)"; static const char cfgxmachine[] = "foreign (derived from -dumpmachine)"; static const char cfgnative[] = "native"; |