From fb5e7fb8cff2f935c814642502aba5b0d4e8c040 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Feb 2024 20:55:49 +0000 Subject: driver: added --tag=ASM 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 52aa0af..82514bc 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -482,6 +482,9 @@ int slbt_get_driver_ctx( else if (!strcmp("F77",entry->arg)) cctx.tag = SLBT_TAG_F77; + else if (!strcmp("ASM",entry->arg)) + cctx.tag = SLBT_TAG_ASM; + else if (!strcmp("NASM",entry->arg)) cctx.tag = SLBT_TAG_NASM; -- cgit v1.2.3