From 6bc1706e77c607947ac30f96ec0bce3e056b3026 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Feb 2024 01:35:44 +0000 Subject: driver: added the --as switch (assembler argument to pass through to dlltool). --- src/skin/slbt_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 43222ce..458611c 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -113,6 +113,9 @@ const struct argv_option slbt_default_options[] = { {"ar", 0,TAG_AR,ARGV_OPTARG_REQUIRED,0,0,"", "explicitly specify the archiver to be used"}, + {"as", 0,TAG_AS,ARGV_OPTARG_REQUIRED,0,0,"", + "explicitly specify the assembler to be used (with dlltool)"}, + {"ranlib", 0,TAG_RANLIB,ARGV_OPTARG_REQUIRED,0,0,"", "explicitly specify the librarian to be used"}, -- cgit v1.2.3