summaryrefslogtreecommitdiff
path: root/Build/source/README.6cross
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-26 13:45:13 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-12-26 13:45:13 +0000
commit11fcc923b00870a2d93ae9032234f752654ccab4 (patch)
tree408315f61a2d7229e26051bdc5eb591db6aedbdf /Build/source/README.6cross
parent29a78450ae098e30c31d25e69ab872d1b43993a6 (diff)
Build system: Update docu
git-svn-id: svn://tug.org/texlive/trunk@35908 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.6cross')
-rw-r--r--Build/source/README.6cross11
1 files changed, 7 insertions, 4 deletions
diff --git a/Build/source/README.6cross b/Build/source/README.6cross
index 71894cde31d..c00525a0ad7 100644
--- a/Build/source/README.6cross
+++ b/Build/source/README.6cross
@@ -19,10 +19,13 @@ useful to add the configure option '--build=HOST' to get the correct
canonical host name, but note that this should _not_ be '--host=HOST'
(*note (autoconf)Hosts and Cross-Compilation::).
- In order to build, e.g., 32-bit binaries with 'clang' on a 64-bit OSX
-system one could use
- './Build --build=i386-apple-darwin CC='clang -arch i386'' \
- 'CXX='clang++ -arch i386' OBJCXX='clang++ -arch i386''
+ In order to build, e.g., 32-bit binaries with 'clang' on a 64-bit
+MacOSX system one could use:
+
+ TL_BUILD_ENV="CC='clang -arch i386' \
+ CXX='clang++ -arch i386' \
+ OBJCXX='clang++ -arch i386'" \
+ ./Build --build=i386-apple-darwin
8.1 Cross configuring
=====================