summaryrefslogtreecommitdiff
path: root/src/skin
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-22 11:39:18 -0400
committermidipix <writeonce@midipix.org>2016-04-23 09:25:06 -0400
commitf5fa4cfd2ddab00584b0382e8a8f9c26b18b5c09 (patch)
tree61c24138dd37dfe91e9290a19a49277d68bb9cdf /src/skin
parent0e609bfcff021c701474af9095eb0ba57d9eeeb0 (diff)
downloadslibtool-f5fa4cfd2ddab00584b0382e8a8f9c26b18b5c09.tar.bz2
slibtool-f5fa4cfd2ddab00584b0382e8a8f9c26b18b5c09.tar.xz
driver: added -disable-shared support.
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 0e29d96..e3c0ce2 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|disable-static",0,
+ "CC|CXX|NASM|disable-static|disable-shared",0,
"a universal playground game"},
{"config", 0,TAG_CONFIG,ARGV_OPTARG_NONE,0,0,0,
@@ -127,6 +127,13 @@ const struct argv_option slbt_default_options[] = {
"containing the individual object files. "
"[currently a no-op]"},
+ {"disable-shared", 0,TAG_DISABLE_SHARED,ARGV_OPTARG_NONE,
+ ARGV_OPTION_HYBRID_ONLY,0,0,
+ "for libraries, only create an archive "
+ "containing the individual object files, and "
+ "accordingly do not create a shared library. "
+ "[currently a no-op]"},
+
{"avoid-version", 0,TAG_AVOID_VERSION,ARGV_OPTARG_NONE,
ARGV_OPTION_HYBRID_ONLY,0,0,
"do not store version information, "