From f4f66fdacc1145f3ab7b2b2cb2ed1759b1d1202b Mon Sep 17 00:00:00 2001 From: rrt Date: Tue, 31 Jul 2001 10:58:34 +0000 Subject: [PATCH] [project @ 2001-07-31 10:58:34 by rrt] Add the --with-gcc story. Tidy up some typos. --- docs/building/building.sgml | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/docs/building/building.sgml b/docs/building/building.sgml index 3c71aa5..d85c426 100644 --- a/docs/building/building.sgml +++ b/docs/building/building.sgml @@ -50,11 +50,12 @@ as suggested: Binary distributionBinary distribution. -If your only purpose is to install some of the fptools suite then the easiest thing to do is to get a binary distribution. In the -binary distribution everything is pre-compiled for your particular -machine architecture and operating system, so all you should have to -do is install the binaries and libraries in suitable places. The user guide -describes how to do this. +If your only purpose is to install some of the +fptools suite then the easiest thing to do is to +get a binary distribution. In the binary distribution everything is +pre-compiled for your particular machine architecture and operating +system, so all you should have to do is install the binaries and +libraries in suitable places. The user guide describes how to do this. @@ -154,7 +155,7 @@ of this manual in detail. -Things to check before you start typing +Things to check before you start Here's a list of things to check before you get started. @@ -339,7 +340,7 @@ Works registerised. No native-code generator. i386-*-linux -GHC works registerised, has a native code generator. You +GHC works registerised and has a native code generator. You must have GCC 2.7.x or later. NOTE about glibc versions: GHC binaries built on a system running glibc 2.0 won't work on a system running @@ -958,7 +959,7 @@ You set the configuration using a three-step process. --with-hc=path - --with-hhc + --with-hc Specifies the path to any installed Haskell @@ -967,6 +968,20 @@ You set the configuration using a three-step process. use ghc. + + + --with-gcc=path + --with-gcc + + + Specifies the path to the installed + GCC. This compiler will be used to compile all C + files, except any generated + by the installed Haskell compiler, which will have + its own idea of which C compiler (if any) to use. + The default is to use gcc. + + configure caches the results of -- 1.7.10.4