diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-22 18:31:53 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-22 18:31:53 +0000 |
commit | 9e38b6418310096acc81077bd02fe04313703365 (patch) | |
tree | 06131bf53624d47bdc2b028e1d93a5c4e3f8c653 /gcc/doc | |
parent | 96cc8e6a09929073a8e6577fb73e4fafed0949cf (diff) | |
download | ppe42-gcc-9e38b6418310096acc81077bd02fe04313703365.tar.gz ppe42-gcc-9e38b6418310096acc81077bd02fe04313703365.zip |
* doc/install.texi (Testing): Mention testing on a simulator.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127713 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dcd78f87a46..ad2b5f9eb85 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1986,6 +1986,9 @@ might emit some harmless messages resembling @samp{WARNING: Couldn't find the global config file.} or @samp{WARNING: Couldn't find tool init file} that can be ignored. +If you are testing a cross-compiler, you may want to run the testsuite +on a simulator as described at @uref{http://gcc.gnu.org/simtest-howto.html}. + @section How can you run the testsuite on selected tests? In order to run sets of tests selectively, there are targets |