From c486f26f7759687536270a2ab46e4f639005555a Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 04:02:04 +0000 Subject: link mode: move the host tag logic to its own translation unit. --- src/internal/slibtool_linkcmd_impl.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index df5a731..141d732 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -51,4 +51,9 @@ int slbt_exec_link_finalize_argument_vector( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx); +int slbt_exec_link_create_host_tag( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + char * deffilename); + #endif -- cgit v1.2.3