summaryrefslogtreecommitdiff
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-21 21:05:17 -0400
committermidipix <writeonce@midipix.org>2016-04-21 21:05:17 -0400
commit0e609bfcff021c701474af9095eb0ba57d9eeeb0 (patch)
tree2734622945c544d0571dfe5dd2cd89a11f8c2b2a /src/skin
parent94ae747d1e600883992c26349e39fea05bdc16c4 (diff)
downloadslibtool-0e609bfcff021c701474af9095eb0ba57d9eeeb0.tar.bz2
slibtool-0e609bfcff021c701474af9095eb0ba57d9eeeb0.tar.xz
driver: added -disable-static support [no-op].
Diffstat (limited to 'src/skin')
-rw-r--r--src/skin/slbt_skin_default.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c
index a9fffa7..0e29d96 100644
--- a/src/skin/slbt_skin_default.c
+++ b/src/skin/slbt_skin_default.c
@@ -21,7 +21,7 @@ const struct argv_option slbt_default_options[] = {
"do not make any changes to the file system"},
{"tag", 0,TAG_TAG,ARGV_OPTARG_REQUIRED,0,
- "CC|CXX|NASM",0,
+ "CC|CXX|NASM|disable-static",0,
"a universal playground game"},
{"config", 0,TAG_CONFIG,ARGV_OPTARG_NONE,0,0,0,
@@ -120,6 +120,13 @@ const struct argv_option slbt_default_options[] = {
"statically linked binary; for libraries, "
"only create an archive of non-pic objects"},
+ {"disable-static", 0,TAG_DISABLE_STATIC,ARGV_OPTARG_NONE,
+ ARGV_OPTION_HYBRID_ONLY,0,0,
+ "for libraries, only create a shared library, "
+ "and accordingly do not create an archive "
+ "containing the individual object files. "
+ "[currently a no-op]"},
+
{"avoid-version", 0,TAG_AVOID_VERSION,ARGV_OPTARG_NONE,
ARGV_OPTION_HYBRID_ONLY,0,0,
"do not store version information, "