summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-04-03 19:46:57 -0400
committermidipix <writeonce@midipix.org>2016-04-04 18:04:52 -0400
commit93b62c7d9abbb324853cd0df1ff5aeda27e3b5aa (patch)
treeebb90d4c2f1ad8c87b060edfb4f182d6645f1302 /src/internal/slibtool_driver_impl.h
parentb1f9773c9f2e22980e7835813e29c5866287336c (diff)
downloadslibtool-93b62c7d9abbb324853cd0df1ff5aeda27e3b5aa.tar.bz2
slibtool-93b62c7d9abbb324853cd0df1ff5aeda27e3b5aa.tar.xz
driver: added -no-undefined support.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 2753bf0..6798ed9 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -39,6 +39,7 @@ enum app_tags {
TAG_PREFER_NON_PIC,
TAG_SHARED,
TAG_STATIC,
+ TAG_NO_UNDEFINED,
TAG_COMPILER_FLAG,
TAG_VERBATIM_FLAG,
};