From 80d27b41e8e674d93d090e2314076f61a1e04f1e Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 18 Dec 2001 12:13:05 +0000 Subject: [PATCH] [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". --- ghc/docs/users_guide/phases.sgml | 88 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 85 insertions(+), 3 deletions(-) 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 -- 1.7.10.4