summaryrefslogtreecommitdiffhomepage
path: root/src/driver
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-20 21:04:53 -0400
committermidipix <writeonce@midipix.org>2016-04-20 21:04:53 -0400
commitf7645c9729a4776529a40bef24a11e3bcd921508 (patch)
treec58fb8c78a0848afe5cf652f4770316cbfe0f6bf /src/driver
parent8b1ca1a880b528bd473535aac6bb0135cdcd5324 (diff)
downloadslibtool-f7645c9729a4776529a40bef24a11e3bcd921508.tar.bz2
slibtool-f7645c9729a4776529a40bef24a11e3bcd921508.tar.xz
driver: added -all-static support.
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/slbt_driver_ctx.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c
index 97248c8..8caa5cb 100644
--- a/src/driver/slbt_driver_ctx.c
+++ b/src/driver/slbt_driver_ctx.c
@@ -807,6 +807,10 @@ int slbt_get_driver_ctx(
cctx.drvflags |= SLBT_DRIVER_MODULE;
break;
+ case TAG_ALL_STATIC:
+ cctx.drvflags |= SLBT_DRIVER_ALL_STATIC;
+ break;
+
case TAG_AVOID_VERSION:
cctx.drvflags |= SLBT_DRIVER_AVOID_VERSION;
break;