diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 19:17:45 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-25 19:17:45 +0000 |
commit | df381762dc462d62b4a2994fa6399f5cfa8891a3 (patch) | |
tree | 1730ea047bd3acecdc2876454a4bc5bb9eeddf4c /manual/install.texi | |
parent | af3a9965e5f31f18277ca56585cbc486a616d49c (diff) | |
download | glibc-df381762dc462d62b4a2994fa6399f5cfa8891a3.tar glibc-df381762dc462d62b4a2994fa6399f5cfa8891a3.tar.gz glibc-df381762dc462d62b4a2994fa6399f5cfa8891a3.tar.bz2 glibc-df381762dc462d62b4a2994fa6399f5cfa8891a3.zip |
Add cross-test-ssh.sh.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/manual/install.texi b/manual/install.texi index 5aca058653..c82b918ca7 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -224,7 +224,14 @@ important to use this same @code{CC} value when running run on the build system as part of compiling the library. You may need to set @code{AR} to cross-compiling versions of @code{ar} if the native tools are not configured to work with -object files for the target you configured for. +object files for the target you configured for. When cross-compiling +@theglibc{}, it may be tested using @samp{make check +test-wrapper="@var{srcdir}/scripts/cross-test-ssh.sh @var{hostname}"}, +where @var{srcdir} is the absolute directory name for the main source +directory and @var{hostname} is the host name of a system that can run +the newly built binaries of @theglibc{}. The source and build +directories must be visible at the same locations on both the build +system and @var{hostname}. @node Running make install |