From e392816f5909c456e013bf0a2747cdc65299b3da Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Mar 2016 04:11:43 -0400 Subject: driver: accept --target as either a utility option or a compiler argument. --- src/skin/slbt_skin_default.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 99ab7e6..564d577 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -48,10 +48,6 @@ const struct argv_option slbt_default_options[] = { "generate lots of informational messages " "that nobody can understand"}, - {"target", 0,TAG_TARGET,ARGV_OPTARG_REQUIRED,0,0,"", - "set an explicit (cross-)target, then pass it to " - "the compiler"}, - {"host", 0,TAG_HOST,ARGV_OPTARG_REQUIRED,0,0,"", "set an explicit (cross-)host"}, @@ -81,6 +77,10 @@ const struct argv_option slbt_default_options[] = { {"output", 'o',TAG_OUTPUT,ARGV_OPTARG_REQUIRED,0,0,"", "write output to %s"}, + {"target", 0,TAG_TARGET,ARGV_OPTARG_REQUIRED,0,0,"", + "set an explicit (cross-)target, then pass it to " + "the compiler"}, + {"no-suppress", 0,TAG_NO_SUPPRESS,ARGV_OPTARG_NONE, ARGV_OPTION_HYBRID_ONLY,0,0, "transparently forward all " -- cgit v1.2.3