From 7e05355a08255f508d334eded96095e0bde06e2e Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Tue, 22 Mar 2016 22:16:12 +0100
Subject: Fix install for cross-builds.
---
doc/install.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
(limited to 'doc')
diff --git a/doc/install.html b/doc/install.html
index 6c0689ac..a34f39f0 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -344,9 +344,12 @@ target OS differ, or you'll get assembler or linker errors. E.g. if
you're compiling on a Windows or OSX host for embedded Linux or Android,
you need to add TARGET_SYS=Linux to the examples below. For a
minimal target OS, you may need to disable the built-in allocator in
-src/Makefile and use TARGET_SYS=Other. The examples
-below only show some popular targets — please check the comments
-in src/Makefile for more details.
+src/Makefile and use TARGET_SYS=Other. Don't forget to
+specify the same TARGET_SYS for the install step, too.
+
+
+The examples below only show some popular targets — please check
+the comments in src/Makefile for more details.
# Cross-compile to a 32 bit binary on a multilib x64 OS
--
cgit v1.2.3-55-g6feb