Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/phases.rst
    ... ... @@ -155,6 +155,14 @@ given compilation phase:
    155 155
         :ghc-flag:`-prof` is enabled, ``ghc-iserv-dyn`` if :ghc-flag:`-dynamic` is
    
    156 156
         enabled, or ``ghc-iserv`` otherwise.
    
    157 157
     
    
    158
    +    If <cmd> is the empty string then GHC will try to build an appropriate iserv
    
    159
    +    program for the target platform. It does this by looking for the installed
    
    160
    +    ``ghci`` unit and by building an executable program that uses
    
    161
    +    ``ghci:GHCi.Server.defaultServer`` as an entry point. Note that it doesn't
    
    162
    +    work when cross-compiling: the cross-compiled ``iserv`` program (if it can
    
    163
    +    be built) can't be run on the build platform.
    
    164
    +
    
    165
    +
    
    158 166
     .. _forcing-options-through:
    
    159 167
     
    
    160 168
     Forcing options to a particular phase