aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/gccld.cpp')
-rw-r--r--tools/gccld/gccld.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp
index 5c0fbb90d8..bad4a9cf06 100644
--- a/tools/gccld/gccld.cpp
+++ b/tools/gccld/gccld.cpp
@@ -78,10 +78,10 @@ namespace {
cl::aliasopt(LinkAsLibrary));
cl::opt<bool>
- Native("native",
+ Native("native", cl::ZeroOrMore,
cl::desc("Generate a native binary instead of a shell script"));
cl::opt<bool>
- NativeCBE("native-cbe",
+ NativeCBE("native-cbe", cl::ZeroOrMore,
cl::desc("Generate a native binary with the C backend and GCC"));
cl::opt<bool>