summaryrefslogtreecommitdiff
path: root/src/driver/slbt_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-04-24 22:59:38 -0400
committermidipix <writeonce@midipix.org>2019-04-24 22:59:38 -0400
commit1bd7a315100f6ae9fd6254a1fefdbc5edd9ff550 (patch)
tree3d4f925a0e692d1a7fb44ec78d80de9d3c592946 /src/driver/slbt_driver_ctx.c
parent5f2aa4e1b430ebf05f45705acd31ed877584e5e9 (diff)
downloadslibtool-1bd7a315100f6ae9fd6254a1fefdbc5edd9ff550.tar.bz2
slibtool-1bd7a315100f6ae9fd6254a1fefdbc5edd9ff550.tar.xz
driver: added F77 support.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r--src/driver/slbt_driver_ctx.c3
1 files changed, 3 insertions, 0 deletions
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;