This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] [4.6] document removal of -V and -b


OK?

 * htdocs/gcc-4.6/changes.html (Caveats): -b and -V removal.

Cheers,
Manuel.
Index: htdocs/gcc-4.6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.1
diff -r1.1 changes.html
15d14
< 
17,18c16,24
<     <li>...</li>
<  </ul>
---
> 
>     <li>The options <code>-b &lt;<em>machine</em>&gt;</code> and
>     <code>-V &lt;<em>version</em>&gt;</code> have been removed because
>     they were unreliable. Instead, users should run directly
>     <code>&lt;<em>machine</em>&gt;-gcc</code> when cross-compiling, or
>     <code>&lt;<em>machine</em>&gt;-gcc-&lt;<em>version</em>&gt;</code>
>     to run a different version of <code>gcc</code>. </li>
> 
> </ul>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]