From 6e6b0ff289dc734aee33ff3db68aa1c998aaba67 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 29 Jun 2019 10:32:11 +0000 Subject: driver: added FC 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 ec47db8..22eb0bc 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -1324,6 +1324,9 @@ int slbt_get_driver_ctx( else if (!strcmp("CXX",entry->arg)) cctx.tag = SLBT_TAG_CXX; + else if (!strcmp("FC",entry->arg)) + cctx.tag = SLBT_TAG_FC; + else if (!strcmp("F77",entry->arg)) cctx.tag = SLBT_TAG_F77; -- cgit v1.2.3