From 46ea991e19cfd0ff0ba29859c99372ce2cc1fe75 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 18 Mar 2016 10:30:12 -0400 Subject: driver: host heuristics: initial implementation. --- src/internal/slibtool_driver_impl.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index d257d3b..6dfed2d 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -41,9 +41,18 @@ enum app_tags { TAG_VERBATIM_FLAG, }; +struct slbt_host_strs { + char * host; + char * flavor; + char * ar; + char * ranlib; + char * dlltool; +}; + struct slbt_driver_ctx_impl { struct slbt_common_ctx cctx; struct slbt_driver_ctx ctx; + struct slbt_host_strs host; char ** targv; char ** cargv; }; -- cgit v1.2.3