From 7c0ec476c20697b2744dfe2d35732413fe04978d Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 22 Dec 2015 23:23:45 -0500 Subject: driver: added --machine option. --- src/skin/mdso_skin_default.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/skin') diff --git a/src/skin/mdso_skin_default.c b/src/skin/mdso_skin_default.c index a6a4793..8969023 100644 --- a/src/skin/mdso_skin_default.c +++ b/src/skin/mdso_skin_default.c @@ -8,6 +8,9 @@ const struct argv_option mdso_default_options[] = { {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,"short|long",0, "show usage information [listing %s options only]"}, + {"machine", 'm',TAG_QUAD_PTR,ARGV_OPTARG_REQUIRED,"32|64",0, + "set machine bits to %s"}, + {"libname", 'n',TAG_LIBNAME,ARGV_OPTARG_REQUIRED,0,"", "set dependency library name to %s"}, -- cgit v1.2.3