From 1bd7a315100f6ae9fd6254a1fefdbc5edd9ff550 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 24 Apr 2019 22:59:38 -0400 Subject: driver: added F77 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 da8bc76..4ff364b 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -1318,6 +1318,9 @@ int slbt_get_driver_ctx( else if (!strcmp("CXX",entry->arg)) cctx.tag = SLBT_TAG_CXX; + else if (!strcmp("F77",entry->arg)) + cctx.tag = SLBT_TAG_F77; + else if (!strcmp("NASM",entry->arg)) cctx.tag = SLBT_TAG_NASM; -- cgit v1.2.3