llvm-ld doesn't have a -march option. This fixes PR2961

llvm-svn: 58345
This commit is contained in:
Chris Lattner 2008-10-28 20:05:06 +00:00
parent 99205241f4
commit 8f243a5dde
1 changed files with 0 additions and 4 deletions

View File

@ -128,10 +128,6 @@ undefined symbols will be permitted.
An alias for -link-as-library.
=item B<-march=>C<target>
Specifies the kind of machine for which code or assembly should be generated.
=item B<-native>
Generate a native machine code executable.