summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-03-15 13:34:53 -0400
committermidipix <writeonce@midipix.org>2016-03-15 13:34:53 -0400
commit302dac82fec3efe97f9585cb94d7ac8753107e7f (patch)
treefb9ef0d7774eb02af03f64573c49a5fed5d2712f /src/internal
parentb513809c7fbab928b1099fa9ed05dd5059a4947a (diff)
downloadslibtool-302dac82fec3efe97f9585cb94d7ac8753107e7f.tar.bz2
slibtool-302dac82fec3efe97f9585cb94d7ac8753107e7f.tar.xz
driver: skin: add host-related options.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/slibtool_driver_impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 572539a..d257d3b 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -25,6 +25,12 @@ enum app_tags {
TAG_SILENT,
TAG_TAG,
TAG_VERBOSE,
+ TAG_TARGET,
+ TAG_HOST,
+ TAG_FLAVOR,
+ TAG_AR,
+ TAG_RANLIB,
+ TAG_DLLTOOL,
TAG_OUTPUT,
TAG_NO_SUPPRESS,
TAG_PREFER_PIC,