From cca8f8960c3343a83548249450932d8705db9862 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 9 Jun 2021 18:11:39 +0000 Subject: driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost). --- src/driver/slbt_driver_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 "; static const char cfgtarget[] = "derived from "; static const char cfgcompiler[] = "derived from "; -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"; -- cgit v1.2.3