summaryrefslogtreecommitdiff
path: root/src/driver/slbt_driver_ctx.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-07-19 01:03:37 +0000
committermidipix <writeonce@midipix.org>2024-07-19 01:03:37 +0000
commit979507dfb71780d8ac2bd393d4e914e5578900f9 (patch)
tree4134f7ad4c3b4c0808ef6b715ce984bf36337c7a /src/driver/slbt_driver_ctx.c
parent64383cc119375fe535f7c5acd5bf93c74fe4e988 (diff)
downloadslibtool-979507dfb71780d8ac2bd393d4e914e5578900f9.tar.bz2
slibtool-979507dfb71780d8ac2bd393d4e914e5578900f9.tar.xz
driver: added the -print-shared-ext and -print-static-ext output commands.
Diffstat (limited to 'src/driver/slbt_driver_ctx.c')
-rw-r--r--src/driver/slbt_driver_ctx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 76c7c4a..c4f50b5 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -617,6 +617,14 @@ int slbt_lib_get_driver_ctx(
cctx.drvflags |= SLBT_DRIVER_OUTPUT_M4_DIR;
break;
+ case TAG_PRINT_SHARED_EXT:
+ cctx.drvflags |= SLBT_DRIVER_OUTPUT_SHARED_EXT;
+ break;
+
+ case TAG_PRINT_STATIC_EXT:
+ cctx.drvflags |= SLBT_DRIVER_OUTPUT_STATIC_EXT;
+ break;
+
case TAG_DEBUG:
cctx.drvflags |= SLBT_DRIVER_DEBUG;
break;