summaryrefslogtreecommitdiff
path: root/src/driver/slbt_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r--src/driver/slbt_driver_ctx.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index a207c5b..0dd94d4 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -328,6 +328,26 @@ int slbt_get_driver_ctx(
cctx.drvflags |= SLBT_DRIVER_VERBOSE;
break;
+ case TAG_HOST:
+ cctx.host.host = entry->arg;
+ break;
+
+ case TAG_FLAVOR:
+ cctx.host.flavor = entry->arg;
+ break;
+
+ case TAG_AR:
+ cctx.host.ar = entry->arg;
+ break;
+
+ case TAG_RANLIB:
+ cctx.host.ranlib = entry->arg;
+ break;
+
+ case TAG_DLLTOOL:
+ cctx.host.dlltool = entry->arg;
+ break;
+
case TAG_OUTPUT:
cctx.output = entry->arg;
break;