From 398284dc1582b2f5df9aa8bbd786f3db67d4f4a3 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 16 Mar 1998 20:19:20 +0000 Subject: [PATCH] [project @ 1998-03-16 20:19:20 by sof] Added -optp for passing options to hsp --- ghc/driver/ghc.lprl | 1 + 1 file changed, 1 insertion(+) diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d01f71f..d45062b 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -2834,6 +2834,7 @@ arg: while($_ = $Args[0]) { /^-optP(.*)$/ && do { push(@HsCpp_flags, $1); next arg; }; /^-optCrts(.*)$/&& do { push(@HsC_rts_flags, $1); next arg; }; /^-optC(.*)$/ && do { push(@HsC_flags, $1); next arg; }; + /^-optp(.*)$/ && do { push(@HsP_flags, $1); next arg; }; /^-optcpp(.*)$/ && do { push(@Cpp_define, $1); $Only_preprocess_hc = ($1 eq "-E"); next arg; }; /^-optc(.*)$/ && do { push(@CcBoth_flags, $1); next arg; }; /^-opta(.*)$/ && do { push(@As_flags, $1); next arg; }; -- 1.7.10.4