From a7360d6faa67121de70fa4110d42095a278fd940 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 27 May 2003 14:52:34 +0000 Subject: [PATCH] [project @ 2003-05-27 14:52:34 by simonmar] Small updates for 6.x --- docs/building/building.sgml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index f7d3217..27ba81e 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -2210,7 +2210,7 @@ Foo.o : Baz.hi Do NOT use ghc/compiler/ghc, or - ghc/compiler/ghc-5.xx, as these are the + ghc/compiler/ghc-6.xx, 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. @@ -3596,10 +3596,10 @@ $ make install-docs target machine, and compiling them using gcc to get a working GHC. - 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. + 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. 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 -# build.mk for GHC 5.xx +# build.mk for GHC 5.xx and 6.x GhcUnregisterised=YES - Version 5.xx only: use the option + Versions 5.xx and 6.x only: use the option instead of when running ./configure. -- 1.7.10.4