> In users_guide/phases.sgml, in the section concerning passing flags
> through to cc, as or ld, I think there is a missing list of flags:
> 
>     <sect2 id="forcing-options-through">
>       <title>Forcing options to a particular phase</title>
>       <indexterm><primary>forcing GHC-phase 
> options</primary></indexterm>
> 
>       <para>Options can be forced through to a particlar compilation
>       phase, using the following flags:</para>
> 
>                                ^^^^^^^^^^^^^^
>       <para>So, for example, to force an <option>-Ewurble</option>
>       option to the assembler, you would tell the driver
>       <option>-opta-Ewurble</option> (the dash before the E is
>       required).</para>

Thanks, well spotted.  Fixed now.

Cheers,
        Simon

_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to