From: sof Date: Thu, 11 Mar 1999 10:26:56 +0000 (+0000) Subject: [project @ 1999-03-11 10:26:56 by sof] X-Git-Tag: Approximately_9120_patches~6397 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=15183fcf73e7c4fb0d900c69d3892eaad6cb43f3;p=ghc-hetmet.git [project @ 1999-03-11 10:26:56 by sof] Pass -fcompiling-prelude through. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index b45eab9..fc09cb2 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -3101,6 +3101,7 @@ arg: while($_ = $Args[0]) { /^-fno-speciali[sz]e$/ && do { $Oopt_DoSpecialise = ''; next arg; }; + /^-fcompiling-prelude$/ && do { push(@HsC_flags, $_); next arg; }; # Now the foldr/build options, which are *on* by default (for -O).