summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-25 19:17:45 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-25 19:17:45 +0000
commitdf381762dc462d62b4a2994fa6399f5cfa8891a3 (patch)
tree1730ea047bd3acecdc2876454a4bc5bb9eeddf4c /INSTALL
parentaf3a9965e5f31f18277ca56585cbc486a616d49c (diff)
Add cross-test-ssh.sh.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 7 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d4fabe96c7..9c62786de0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -196,7 +196,13 @@ this: `CC=TARGET-gcc configure TARGET'. Set `BUILD_CC' to the compiler
to use for programs run on the build system as part of compiling the
library. You may need to set `AR' to cross-compiling versions of `ar'
if the native tools are not configured to work with object files for
-the target you configured for.
+the target you configured for. When cross-compiling the GNU C Library,
+it may be tested using `make check
+test-wrapper="SRCDIR/scripts/cross-test-ssh.sh HOSTNAME"', where SRCDIR
+is the absolute directory name for the main source directory and
+HOSTNAME is the host name of a system that can run the newly built
+binaries of the GNU C Library. The source and build directories must
+be visible at the same locations on both the build system and HOSTNAME.
Installing the C Library
========================