summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-20 20:28:28 -0400
committermidipix <writeonce@midipix.org>2016-04-20 20:28:28 -0400
commit62b4bbde0e3311bbd5d06e0c9dcecd7834f14443 (patch)
tree95d037dff0c64e0a4d1ed6a1cdca40c196789f00 /src/driver
parent3d89b847193591672edc2e1908770ea0c43a66de (diff)
downloadslibtool-62b4bbde0e3311bbd5d06e0c9dcecd7834f14443.tar.bz2
slibtool-62b4bbde0e3311bbd5d06e0c9dcecd7834f14443.tar.xz
driver: added --tag=NASM support.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/slbt_driver_ctx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 3a3aaea..97248c8 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -699,6 +699,9 @@ int slbt_get_driver_ctx(
else if (!strcmp("CXX",entry->arg))
cctx.tag = SLBT_TAG_CXX;
+
+ else if (!strcmp("NASM",entry->arg))
+ cctx.tag = SLBT_TAG_NASM;
break;
case TAG_CONFIG: