aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2004-07-11 05:36:40 +0000
committerPhil Edwards <pme@gcc.gnu.org>2004-07-11 05:36:40 +0000
commitd817041f34ce9db2323babb6c8270fbda7f0acf2 (patch)
tree61f584cbf211268a683f5ee0175e08cf7488f9e9
parent30bf22a0ee6f89f241714483c24417e45392ffdf (diff)
downloadgcc-d817041f34ce9db2323babb6c8270fbda7f0acf2.zip
gcc-d817041f34ce9db2323babb6c8270fbda7f0acf2.tar.gz
gcc-d817041f34ce9db2323babb6c8270fbda7f0acf2.tar.bz2
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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d2f13a5..38e8fad 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index cd2b564..a3a73bb 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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.)