install.texi (Testing): Fix syntax in "make check" example.

2004-07-11  Phil Edwards  <phil@codesourcery.com>

	* doc/install.texi (Testing):  Fix syntax in "make check" example.

From-SVN: r84494
This commit is contained in:
Phil Edwards 2004-07-11 05:36:40 +00:00 committed by Phil Edwards
parent 30bf22a0ee
commit d817041f34
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-11 Phil Edwards <phil@codesourcery.com>
* doc/install.texi (Testing): Fix syntax in "make check" example.
2004-07-10 James E Wilson <wilson@specifixinc.com>
* config/gofast.h (gofast_maybe_init_libfuncs): Use SImode for litodp.

View File

@ -1737,7 +1737,7 @@ You can run the testsuites multiple times using combinations of options
with a syntax similar to the brace expansion of popular shells:
@smallexample
@dots{}"--target_board=arm-sim@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
@dots{}"--target_board=arm-sim/@{-mhard-float,-msoft-float@}@{-O1,-O2,-O3,@}"
@end smallexample
(Note the empty option caused by the trailing comma in the final group.)