From cca8f8960c3343a83548249450932d8705db9862 Mon Sep 17 00:00:00 2001 From: midipix Date: Jun 09 2021 18:19:23 +0000 Subject: driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost). --- 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";