diff options
author | simonmar <unknown> | 2003-05-27 14:52:34 +0000 |
---|---|---|
committer | simonmar <unknown> | 2003-05-27 14:52:34 +0000 |
commit | a7360d6faa67121de70fa4110d42095a278fd940 (patch) | |
tree | bf9790bbe03f07bada9bdc6d194395047798c829 /docs/building | |
parent | 3fe27db88139e65f2a153c91b323cb43fd52185e (diff) | |
download | haskell-a7360d6faa67121de70fa4110d42095a278fd940.tar.gz |
[project @ 2003-05-27 14:52:34 by simonmar]
Small updates for 6.x
Diffstat (limited to 'docs/building')
-rw-r--r-- | docs/building/building.sgml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/building/building.sgml b/docs/building/building.sgml index f7d32170f7..27ba81e3ca 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2210,7 +2210,7 @@ Foo.o : Baz.hi <para> Do <emphasis>NOT</emphasis> use <filename>ghc/compiler/ghc</filename>, or - <filename>ghc/compiler/ghc-5.xx</filename>, as these are the + <filename>ghc/compiler/ghc-6.xx</filename>, as these are the scripts intended for installation, and contain hard-wired paths to the installed libraries, rather than the libraries in the build tree.</para> @@ -3596,10 +3596,10 @@ $ make install-docs target machine, and compiling them using gcc to get a working GHC.</para> - <para><emphasis>NOTE: GHC version 5.xx is significantly harder - to bootstrap from C than previous versions. We recommend - starting from version 4.08.2 if you need to bootstrap in this - way.</emphasis></para> + <para><emphasis>NOTE: GHC versions 5.xx and later are + significantly harder to bootstrap from C than earlier versions. + We recommend starting from version 4.08.2 if you need to + bootstrap in this way.</emphasis></para> <para>HC files are architecture-dependent (but not OS-dependent), so you have to get a set that were generated on @@ -3721,11 +3721,11 @@ GhcWithRegisterised=NO </programlisting> <programlisting> -# build.mk for GHC 5.xx +# build.mk for GHC 5.xx and 6.x GhcUnregisterised=YES </programlisting> - <para>Version 5.xx only: use the option + <para>Versions 5.xx and 6.x only: use the option <option>--enable-hc-boot-unregisterised</option> instead of <option>--enable-hc-boot</option> when running <filename>./configure</filename>.</para> |