summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-06-27 22:13:05 -0400
committermidipix <writeonce@midipix.org>2018-06-29 01:37:42 -0400
commita2786588d2ccb01f96e92e039c2aaf18f77d5d5c (patch)
tree7df3c8b7d1d5120093a56ed61545c079b6bc6db1
parent56f2d481b982935757931859339c94dfe062815a (diff)
downloadslibtool-a2786588d2ccb01f96e92e039c2aaf18f77d5d5c.tar.bz2
slibtool-a2786588d2ccb01f96e92e039c2aaf18f77d5d5c.tar.xz
driver: slbt_init_host_params(): do not set fnative when !fdumpmachine.
-rw-r--r--src/driver/slbt_driver_ctx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index cde2784..b82e147 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -478,7 +478,6 @@ static int slbt_init_host_params(
} else if (!fdumpmachine) {
host->host = drvhost->machine;
cfgmeta->host = cfgnmachine;
- fnative = true;
} else if (slbt_dump_machine(cctx->cargv[0],buf,sizeof(buf)) < 0) {
if (dctx)