From 025fbc40c0df064443adf7e78a1a5e2e19ed2f50 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 23 Oct 2003 12:23:00 +0000 Subject: [PATCH] [project @ 2003-10-23 12:23:00 by simonmar] Add missing -optF flag. --- ghc/docs/users_guide/flags.sgml | 7 +++++++ ghc/docs/users_guide/phases.sgml | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index 1984429..c6bcd11 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -1271,6 +1271,13 @@ - + option + pass option to the + custom pre-processor + dynamic + - + + option pass option to the C compiler dynamic diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index 6ff6b29..6a43d90 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -123,6 +123,15 @@ + option + + + + Pass option to the + custom pre-processor (see ). + + + option -- 1.7.10.4