Changes in directory llvm/tools/gccld:

gccld.cpp updated: 1.103 -> 1.104
---
Log message:

Allow users to specify -Wl,-native* multiple times if they please


---
Diffs of the changes:  (+2 -2)

 gccld.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.103 llvm/tools/gccld/gccld.cpp:1.104
--- llvm/tools/gccld/gccld.cpp:1.103    Tue Aug  2 17:07:38 2005
+++ llvm/tools/gccld/gccld.cpp  Thu Nov 17 10:08:04 2005
@@ -78,10 +78,10 @@
          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>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to