From 15183fcf73e7c4fb0d900c69d3892eaad6cb43f3 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 11 Mar 1999 10:26:56 +0000 Subject: [PATCH] [project @ 1999-03-11 10:26:56 by sof] Pass -fcompiling-prelude through. --- ghc/driver/ghc.lprl | 1 + 1 file changed, 1 insertion(+) 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). -- 1.7.10.4