diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-11 05:36:40 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-11 05:36:40 +0000 |
commit | 04a1bcb1e98c9a67a153451c1f4dc828a88b8a3c (patch) | |
tree | 61f584cbf211268a683f5ee0175e08cf7488f9e9 /gcc/doc/install.texi | |
parent | 958b8ee9a640cc1bfcefd74daebe77a6d6df36b3 (diff) | |
download | ppe42-gcc-04a1bcb1e98c9a67a153451c1f4dc828a88b8a3c.tar.gz ppe42-gcc-04a1bcb1e98c9a67a153451c1f4dc828a88b8a3c.zip |
2004-07-11 Phil Edwards <phil@codesourcery.com>
* doc/install.texi (Testing): Fix syntax in "make check" example.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index cd2b564dce7..a3a73bbcd10 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.) |