Just repeating myself...

================
Comment at: docs/CrossCompilation.rst:67
@@ +66,3 @@
+The basic option is to define the target architecture. For that, use
+``-target <triple>``. If you don't specify the target, CPU names won't
+match (since Clang assumes the host triple), and the compilation will
----------------
You should use the --target=<tgt> form, not -target <tgt>

 http://thread.gmane.org/gmane.comp.compilers.clang.devel/29975


http://llvm-reviews.chandlerc.com/D1606
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to