diff options
author | midipix <writeonce@midipix.org> | 2016-04-20 21:04:53 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-20 21:04:53 -0400 |
commit | f7645c9729a4776529a40bef24a11e3bcd921508 (patch) | |
tree | c58fb8c78a0848afe5cf652f4770316cbfe0f6bf /src/skin | |
parent | 8b1ca1a880b528bd473535aac6bb0135cdcd5324 (diff) | |
download | slibtool-f7645c9729a4776529a40bef24a11e3bcd921508.tar.bz2 slibtool-f7645c9729a4776529a40bef24a11e3bcd921508.tar.xz |
driver: added -all-static support.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_default.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 3d2d78f..a9fffa7 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -114,6 +114,12 @@ const struct argv_option slbt_default_options[] = { "object name need not follow the platform's " "library naming conventions"}, + {"all-static", 0,TAG_ALL_STATIC,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "for programs, create a zero-dependency, " + "statically linked binary; for libraries, " + "only create an archive of non-pic objects"}, + {"avoid-version", 0,TAG_AVOID_VERSION,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, "do not store version information, " |