From: Chris Lattner Date: Thu, 17 Nov 2005 16:08:04 +0000 (+0000) Subject: Allow users to specify -Wl,-native* multiple times if they please X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cb8346563b0389522ce668567d2c3e1ffa6ec9d0;p=oota-llvm.git Allow users to specify -Wl,-native* multiple times if they please git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24392 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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