From: simonmar Date: Tue, 18 Dec 2001 12:13:05 +0000 (+0000) Subject: [project @ 2001-12-18 12:13:05 by simonmar] X-Git-Tag: Approximately_9120_patches~373 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=80d27b41e8e674d93d090e2314076f61a1e04f1e [project @ 2001-12-18 12:13:05 by simonmar] Add the missing options list to the section "Replacing the program for one or more phases". --- diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index e7f4694..864ee5c 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -2,7 +2,7 @@ Options related to a particular phase - Replacing the program for one or more phases. + Replacing the program for one or more phases phases, changing You may specify that a different program be used for one @@ -10,12 +10,94 @@ the ghc has wired into it. For example, you might want to try a different assembler. The following options allow you to change the external program used for a given - compilation phases: + compilation phase: + + + + cmd + + + + Use cmd as the literate + pre-processor. + + + + + cmd + + + + Use cmd as the C + pre-processor (with only). + + + + + cmd + + + + Use cmd as the C + compiler. + + + + + cmd + + + + Use cmd as the + assembler. + + + + + cmd + + + + Use cmd as the + linker. + + + + + cmd + + + + Use cmd as the DLL + generator. + + + + + cmd + + + + Use cmd as the dependency + generator. + + + + + cmd + + + + Use cmd as the + pre-processor (with only). + + + - Forcing options to a particular phase. + Forcing options to a particular phase forcing GHC-phase options Options can be forced through to a particlar compilation