summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad@chad-versace.us>2011-07-20 13:22:21 -0700
committerChad Versace <chad@chad-versace.us>2011-07-20 13:22:44 -0700
commit27b8ff071468fbd79f85798c542fd61e99e41284 (patch)
tree663f9cda05134553c015ac0f20410eeecd95ea50
parent6a37587ee838072dc3a372239d9db66ddcfcac76 (diff)
README: Document how to cross-compile on Linux
Signed-off-by: Chad Versace <chad@chad-versace.us>
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index b7be92647..bf5c157dd 100644
--- a/README
+++ b/README
@@ -48,6 +48,12 @@ Now build everything:
$ make
+2.1 Cross Compiling
+-------------------
+
+On Linux, if cross-compiling a 32-bit build on a 64-bit host, then you must
+invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386".
+
3. How to run tests
-------------------