================ Comment at: docs/CrossCompilationClang.rst:30 @@ +29,3 @@ +But Clang/LLVM is natively a cross-compiler, meaning that one set of +programs can compile to all targets by setting the -target option. But that +doesn't help finding the headers, libraries or binutils to generate ---------------- You should use the --target=<tgt> form, not -target <tgt>
http://llvm-reviews.chandlerc.com/D1606 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
