From 4127b548161e64d97082a95c8b2571ed9686a646 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 11 Jul 2018 08:49:55 -0400 Subject: driver: added --tag=RC support. --- src/driver/slbt_driver_ctx.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/driver/slbt_driver_ctx.c') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 44cdd81..270f268 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -1058,6 +1058,9 @@ int slbt_get_driver_ctx( else if (!strcmp("NASM",entry->arg)) cctx.tag = SLBT_TAG_NASM; + else if (!strcmp("RC",entry->arg)) + cctx.tag = SLBT_TAG_RC; + else if (!strcmp("disable-static",entry->arg)) cctx.drvflags |= SLBT_DRIVER_DISABLE_STATIC; -- cgit v1.2.3