summaryrefslogtreecommitdiff
path: root/Build/source/README.cross
diff options
context:
space:
mode:
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).
-