From 6f41153880f561e092fb7701a2db0facf6b6ffd9 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 10 Jun 2021 08:31:23 +0000 Subject: driver: added --dumpmachine support. --- src/skin/slbt_skin_default.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/skin/slbt_skin_default.c') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index b499101..a41b6d0 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -48,6 +48,11 @@ const struct argv_option slbt_default_options[] = { {"features", 0,TAG_FEATURES,ARGV_OPTARG_NONE,0,0,0, "show feature information"}, + {"dumpmachine", 0,TAG_DUMPMACHINE,ARGV_OPTARG_NONE,0,0,0, + "print the cached result of the native compiler's " + "-dumpmachine output (bootstrapping: print the cached, " + "manual setting of CCHOST)."}, + {"legabits", 0,TAG_LEGABITS,ARGV_OPTARG_OPTIONAL,0, "enabled|disabled",0, "enable/disable legacy bits, i.e. " -- cgit v1.2.3