diff options
Diffstat (limited to 'gcc/doc/install.texi')
-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 |