summaryrefslogtreecommitdiff
path: root/Build/source/README.cross
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-29 18:58:31 +0000
committerKarl Berry <karl@freefriends.org>2011-08-29 18:58:31 +0000
commitbfbd87a0b6c0a2f58a463749e7502f780aaec362 (patch)
treee8f4361d68def893f1caac0c11535213dca602c8 /Build/source/README.cross
parentea33782ecfe04d2116e2aaae0762c62d9736c211 (diff)
typos, etc.
git-svn-id: svn://tug.org/texlive/trunk@23748 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/README.cross')
-rw-r--r--Build/source/README.cross9
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/README.cross b/Build/source/README.cross
index a4be3620e08..f39f4f4b8d9 100644
--- a/Build/source/README.cross
+++ b/Build/source/README.cross
@@ -1,17 +1,17 @@
-Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org>
+Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
Cross compiling
===============
In order to build the TL libraries and programs for a HOST system, e.g.,
-i386-pc-mingw32 on a (different) BUILD system, e.g, x86_64-linux-gnu specify
-the configure options
+i386-pc-mingw32, on a (different) BUILD system, e.g, x86_64-linux-gnu,
+specify the configure options
--host=i386-pc-mingw32 --build=x86_64-linux-gnu
You should have `cross' tools properly installed as, e.g.,
i386-pc-mingw32-cc in your PATH or specify them as configure arguments,
-e.g., CC=<mingw32-cross-compiler>; arguments such as CFLAGS=... refer to
+e.g., CC=<mingw32-cross-compiler>; arguments such as CFLAGS=... refer to
this cross compiler. Here a preliminary list of such tools and
corresponding variables:
ar AR
@@ -35,4 +35,3 @@ and C++ programs required for the build process as configure arguments
Building the Web2C programs requires sufficiently recent installed versions
of tangle, ctangle, and tie (and possibly otangle).
-