From 62b4bbde0e3311bbd5d06e0c9dcecd7834f14443 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 20 Apr 2016 20:28:28 -0400 Subject: driver: added --tag=NASM support. --- src/driver/slbt_driver_ctx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/driver') 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: -- cgit v1.2.3