diff options
author | midipix <writeonce@midipix.org> | 2020-09-14 02:43:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-09-14 02:43:32 +0000 |
commit | 2c4e5f97a9937016257e70e4841404ca376e808f (patch) | |
tree | ae3191d9a69e0d9e979ef123cd96553645f371a2 /src/skin | |
parent | d9e9392b897381cd59d12df926f2cbe68de74324 (diff) | |
download | slibtool-2c4e5f97a9937016257e70e4841404ca376e808f.tar.bz2 slibtool-2c4e5f97a9937016257e70e4841404ca376e808f.tar.xz |
driver: added -Xlinker support.
Diffstat (limited to 'src/skin')
-rw-r--r-- | src/skin/slbt_skin_default.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 51e7452..1f81148 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -276,6 +276,11 @@ const struct argv_option slbt_default_options[] = { 0,"<flag>", "pass a raw flag to the compiler"}, + {"Xlinker", 0,TAG_VERBATIM_FLAG,ARGV_OPTARG_REQUIRED, + ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, + 0,"<flag>", + "pass a raw flag to the compiler linker-driver"}, + {"XCClinker", 0,TAG_VERBATIM_FLAG,ARGV_OPTARG_REQUIRED, ARGV_OPTION_HYBRID_ONLY|ARGV_OPTION_HYBRID_SPACE, 0,"<flag>", |