diff --git a/tools/gccld/gccld.cpp b/tools/gccld/gccld.cpp index 5c0fbb90d85..bad4a9cf06b 100644 --- a/tools/gccld/gccld.cpp +++ b/tools/gccld/gccld.cpp @@ -78,10 +78,10 @@ namespace { cl::aliasopt(LinkAsLibrary)); cl::opt - Native("native", + Native("native", cl::ZeroOrMore, cl::desc("Generate a native binary instead of a shell script")); cl::opt - NativeCBE("native-cbe", + NativeCBE("native-cbe", cl::ZeroOrMore, cl::desc("Generate a native binary with the C backend and GCC")); cl::opt