From 93b62c7d9abbb324853cd0df1ff5aeda27e3b5aa Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 3 Apr 2016 19:46:57 -0400 Subject: driver: added -no-undefined support. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index b084eae..beeda86 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -50,6 +50,7 @@ extern "C" { #define SLBT_DRIVER_HEURISTICS 0x010000 #define SLBT_DRIVER_STRICT 0x020000 +#define SLBT_DRIVER_NO_UNDEFINED 0x040000 /* execution modes */ enum slbt_mode { @@ -91,6 +92,7 @@ struct slbt_exec_ctx { char ** dpic; char ** fpic; char ** cass; + char ** noundef; char ** lout[2]; char ** sentinel; char * csrc; -- cgit v1.2.3