]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR web/54711 (Fix --target_board examples on test.html page)
authorSteve Ellcey <sellcey@mips.com>
Wed, 26 Sep 2012 22:47:22 +0000 (22:47 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 26 Sep 2012 22:47:22 +0000 (22:47 +0000)
2012-09-26  Steve Ellcey  <sellcey@mips.com>

PR web/54711
* doc/install.texi: Fix example.

From-SVN: r191781

gcc/ChangeLog
gcc/doc/install.texi

index b169687fa481392d604d75c145f4c8f92e0e3883..3fb0b0130a22b79f92cab17a3fced2fd5fe78764 100644 (file)
@@ -1,3 +1,8 @@
+2012-09-26  Steve Ellcey  <sellcey@mips.com>
+
+       PR web/54711
+       * doc/install.texi: Fix example.
+
 2012-09-26  Dehao Chen  <dehao@google.com>
 
         * tree-ssa-live.c (clear_unused_block_pointer): Use explicitit (void)
index d4384e87712d0b78cf7c9401b82cffe0f88091c0..cbd49f50d90f9abe6b6da97c7e74c496f333972a 100644 (file)
@@ -2567,14 +2567,14 @@ The following will run each testsuite eight times using the @samp{arm-sim}
 target, as if you had specified all possible combinations yourself:
 
 @smallexample
---target_board=arm-sim/-mhard-float/-O1
---target_board=arm-sim/-mhard-float/-O2
---target_board=arm-sim/-mhard-float/-O3
---target_board=arm-sim/-mhard-float
---target_board=arm-sim/-msoft-float/-O1
---target_board=arm-sim/-msoft-float/-O2
---target_board=arm-sim/-msoft-float/-O3
---target_board=arm-sim/-msoft-float
+--target_board='arm-sim/-mhard-float/-O1 \
+                arm-sim/-mhard-float/-O2 \
+                arm-sim/-mhard-float/-O3 \
+                arm-sim/-mhard-float \
+                arm-sim/-msoft-float/-O1 \
+                arm-sim/-msoft-float/-O2 \
+                arm-sim/-msoft-float/-O3 \
+                arm-sim/-msoft-float'
 @end smallexample
 
 They can be combined as many times as you wish, in arbitrary ways.  This