From cbdbcb12fcde2ca5bc5b4a86307bb451abb0502b Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Thu, 11 Jun 2009 04:45:08 +0000 Subject: [PATCH] CMake: Documented how to cross-compile with CMake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73181 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CMake.html b/docs/CMake.html index ac3b57a8489..606d3995af3 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -296,7 +296,13 @@
-

TODO

+

See this + wiki page for generic instructions on how to cross-compile + with CMake. It goes into detailed explanations and may seem + daunting, but it is not. On the wiki page there are several + examples including toolchain files. Go directly to + this + section for a quick solution.

-- 2.34.1